| # Core Flask API | |
| flask==2.3.3 | |
| flask-cors==4.0.0 | |
| # Core ML & Transformers | |
| torch==2.1.0 | |
| transformers==4.36.0 | |
| accelerate==0.25.0 | |
| # Quantization (for smaller, faster models) | |
| bitsandbytes==0.41.3 | |
| # Image Processing | |
| pillow==10.1.0 | |
| # Utilities | |
| numpy==1.24.3 | |
| requests==2.31.0 | |
| # Hugging Face Spaces specific | |
| gunicorn==21.2.0 | |
| # Development (optional) | |
| python-dotenv==1.0.0 |