| # Core Web + UI | |
| gradio==4.43.0 | |
| fastapi==0.112.2 | |
| uvicorn==0.31.1 | |
| # AI / Embedding / Similarity | |
| sentence-transformers==3.2.0 | |
| faiss-cpu==1.8.0.post1 | |
| # Data + Analytics | |
| pandas==2.2.2 | |
| numpy==1.26.4 | |
| scikit-learn==1.5.2 | |
| # Time & Anomaly Simulation | |
| scipy==1.13.1 | |
| matplotlib==3.9.2 | |
| # Hugging Face + Token Management | |
| huggingface-hub==0.26.1 | |
| python-dotenv==1.0.1 | |
| # Reliability logging & persistence | |
| joblib==1.4.2 | |
| tqdm==4.66.5 | |
| # Security & resilience | |
| requests==2.32.3 | |
| tenacity==8.4.1 | |