File size: 298 Bytes
adcbb74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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