Spaces:
Sleeping
Sleeping
| # FastAPI and Server | |
| fastapi==0.115.9 | |
| uvicorn==0.31.0 | |
| # Google Generative AI | |
| google-generativeai==0.8.5 | |
| # Gradio UI | |
| gradio==5.31.0 | |
| # Database | |
| pymongo==4.11.3 | |
| # Data Validation | |
| pydantic==2.11.5 | |
| # HTTP Requests | |
| requests==2.32.3 | |
| # Environment Variables | |
| python-dotenv==1.0.1 | |