pip install .
Run the server on port 8010 (avoid conflict with the default ports 8000, 8001... with other services)
python app/main.py --port 8010 --reload
export MODELS_CACHE_DIR="." && docker compose up --pull always
Variable | Description |
---|---|
MODELS_CACHE_DIR | Directory to store the models |
API_KEY | API key for API access (optional) |