medical-chatbot / requirements.txt
Dipanshu Singh
Switch to Streamlit SDK for HF Spaces deployment
a3c7c6e
raw
history blame contribute delete
332 Bytes
--extra-index-url https://download.pytorch.org/whl/cpu
# Core
python-dotenv>=1.0.0
numpy>=1.23.0
pandas>=1.5.0
scikit-learn>=1.3.0
# NLP & Embeddings
transformers>=4.36.0
torch>=2.0.0
sentence-transformers>=2.2.2
# LLM
langchain-groq>=0.1.0
# Vector Search
faiss-cpu>=1.7.4
# Web UI
streamlit>=1.32.0
# Utilities
tqdm>=4.65.0