Medical-Chatbot / requirements.txt
LiamKhoaLe's picture
Upd req
6796fdc
raw
history blame contribute delete
440 Bytes
# requirements.txt
# **LLMs**
google-genai
huggingface_hub
# **RAG**
faiss-cpu
sentence-transformers
# **NLPs**
transformers
accelerate
sentencepiece
# **Environment**
python-dotenv # Not used in Streamlit deployment
pymongo
# **VLMs**
# transformers
gradio_client
pillow
# **Deployment**
uvicorn
fastapi
torch # Reduce model load with half-precision (float16) to reduce RAM usage
psutil # CPU/RAM logger