| # Core dependencies | |
| Flask>=3.0.0 | |
| Werkzeug>=3.0.1 | |
| gunicorn>=21.2.0 | |
| # Image processing | |
| Pillow>=10.0.0 | |
| pillow-heif>=0.14.0 | |
| opencv-python-headless>=4.8.0 | |
| # Machine Learning | |
| sentence-transformers>=2.2.2 | |
| torch>=2.1.0 | |
| torchvision>=0.16.0 | |
| transformers>=4.35.0 | |
| sentencepiece>=0.1.99 | |
| hdbscan>=0.8.33 | |
| scikit-learn>=1.3.0 | |
| numpy>=1.26.0 | |
| # Face Recognition | |
| insightface>=0.7.3 | |
| onnxruntime>=1.16.0 | |
| # Utilities | |
| tqdm>=4.66.0 | |
| python-dotenv>=1.0.0 | |
| # Cloud Storage | |
| supabase>=2.0.0 | |
| # Google Drive API | |
| google-api-python-client>=2.100.0 | |
| google-auth>=2.23.0 | |
| # CLIP | |
| ftfy | |
| regex | |
| git+https://github.com/openai/CLIP.git | |