| # === Core App / Web Stack === |
| gradio[mcp,oauth]==5.49.1 |
| fastapi==0.110.3 |
| uvicorn==0.31.1 |
| starlette==0.41.2 |
| spaces==0.42.1 |
| python-dotenv==1.0.1 |
| filelock==3.16.1 |
|
|
| # === Vector Search + Embeddings === |
| faiss-cpu==1.8.0.post1 |
| sentence-transformers==3.2.0 |
| numpy==1.26.4 |
| scipy==1.13.1 |
| pandas==2.2.2 |
| scikit-learn==1.5.2 |
|
|
| # === Transformers + Hugging Face Integration === |
| transformers==4.45.2 |
| tokenizers==0.20.3 |
| huggingface-hub==0.33.5 |
|
|
| # === Visualization + Utilities === |
| matplotlib==3.9.2 |
| tqdm==4.66.5 |
| requests==2.32.3 |
| tenacity==8.4.1 |
| joblib==1.4.2 |
|
|