File size: 540 Bytes
4780a80 6a893a5 b4f559d cc761d9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
# Core dependencies for Gradio deployment gradio>=4.0.0 # AI/ML dependencies groq>=0.3.0 langchain>=0.0.267 langchain-community>=0.0.10 langchain-huggingface>=0.0.1 sentence-transformers>=2.2.2 faiss-cpu>=1.7.4 # Document generation fpdf>=1.7.2 # Utilities python-dotenv>=0.19.0 deep-translator>=1.11.0 numpy>=1.24.0 langdetect>=1.0.9 pydantic-settings>=2.0.0 slowapi>=0.1.7 # Additional dependencies that might be needed fastapi>=0.104.0 uvicorn>=0.24.0 pydantic>=2.0.0 aiohttp>=3.8.0 tqdm>=4.65.0 scikit-learn>=1.3.0 cachetools>=5.3.0 |