The AI System is a project aimed at providing AI models.
To install the AI System, follow these steps:
- Clone the repository:
git clone https://github.com/tayadj/AI-System.git - Move to the project:
cd AI-System - Install the required dependencies:
pip install -r requirements.txt
To use the AI System, follow these steps:
- Run the main script:
python api/application.py - The API will be available according to the protocol specified in the documentation.
To run the tests, you can use the following command: pytest test/test.py