conda create --name ENV_NAME python=3.9
conda activate ENV_NAME
pip install -r requirements.txt
Run from the root folder:
python src/main.py
This will print to the terminal when the application is up
To test the endpoints (models), open the link (normally http://127.0.0.1:8000/docs) in your browser and try sending requests using the automatically generated interface!