uhc-policy-chatbot / requirements.txt
mxp1404's picture
Upload requirements.txt with huggingface_hub
a9c0333 verified
raw
history blame contribute delete
385 Bytes
# PDF scraping & extraction
pdfplumber>=0.10.0
beautifulsoup4>=4.12.0
requests>=2.31.0
tqdm>=4.66.0
pandas>=2.0.0
# Embedding model
sentence-transformers>=3.0.0
torch>=2.0.0
transformers>=4.40.0
numpy>=1.24.0
# Vector database
qdrant-client>=1.9.0
# LLM providers
groq>=0.9.0
# Web UI
streamlit>=1.35.0
# TTS
kokoro-onnx>=0.4.0
soundfile>=0.12.0
# Utilities
python-dotenv>=1.0.0