LLMSMEDINSIGHTS130BM / requirements.txt
Muhammadidrees's picture
Update requirements.txt
1e40c69 verified
raw
history blame contribute delete
274 Bytes
# Core framework
fastapi==0.115.2
uvicorn==0.30.6
# Google Gemini API client
google-generativeai==0.7.2
# Environment variables
python-dotenv==1.0.1
# Data validation & parsing
pydantic==2.9.2
# Web-based UI
gradio==3.43.1
# HTTP requests for API calls
requests==2.32.1