This project provides the AI functionalities for the Krypt platform.
It is built using Python and Flask, integrating Hugging Face models to handle various AI tasks.
Key features include:
- Natural language processing (NLP) using Hugging Face transformers.
- Text generation, summarization, or classification APIs.
- RESTful endpoints exposed via Flask for integration with frontend or other services.
- Modular architecture for easy extension of AI functionalities.
- Optional asynchronous processing for heavy AI workloads.
- Python 3.11+
- Flask for REST API
- Hugging Face Transformers for AI models
Coming soon