hockey-chatbot / requirements.in
talhasideline's picture
Upload 2 files
b4fdf2d verified
raw
history blame contribute delete
490 Bytes
# Core web framework
fastapi==0.104.1
uvicorn==0.24.0
# Environment and configuration
python-dotenv==1.0.0
# Data validation
pydantic==2.5.0
# HTTP clients
requests==2.31.0
httpx==0.25.2
# Language processing
langdetect==1.0.9
deep-translator==1.11.4
beautifulsoup4==4.12.2
# Machine learning and embeddings
sentence-transformers==2.7.0
huggingface-hub==0.20.3
faiss-cpu==1.11.0
# Data processing
numpy==1.26.4
# Utilities
tenacity==8.2.3
psutil==5.9.0
# Web interface
gradio==4.8.0