GitHub - WenServices/ClassifyAI: AI Service that classifies data with given or passed model structure response to use in code
🚀 Discover ClassifyAI - an innovative AI tool by GitHub WenServices that classifies data effortlessly using customized model structures. 🤖📊 Perfect for coding tasks! Find out more at WenServices/ClassifyAI. #AI #DataClassification #PythonTech
- ClassifyAI is a Python project using the OpenAI API for personalized data classification.
- It involves a REST API to classify information utilizing GPT models.
- Requirements include Python 3.7+, Flask, and the OpenAI Python library.
- Versions range from 0.1.0 to 0.6.0 with various added features.
- Installation involves cloning the repository, setting up the environment, and installing dependencies.
- Usage entails starting the Flask API server and sending POST requests to the /classify endpoint.
- Users can define models in JSON files within the /service/models folder.
- Tests can be defined and run to validate models.
- API reference details POST /classify, GET /models, POST /models/:model_name, DELETE /models/:model_name.
- Contributions are welcome through pull requests or issue submissions.
- The project is licensed under the MIT License and acknowledges the use of OpenAI GPT models.