thera-guide-ai / requirements.txt
Said Lfagrouche
Prepare for Hugging Face Spaces deployment with simplified configuration
8242927
raw
history blame
725 Bytes
# Core dependencies for data processing and ML
pandas==2.0.3
numpy==1.24.3
scikit-learn==1.2.2
joblib==1.3.1
# NLP and sentiment analysis
nltk==3.8.1
vaderSentiment==3.3.2
# Dataset downloading
kagglehub
# Vector database and embeddings
chromadb
openai
langchain
langchain-openai
langchain-chroma
httpx==0.24.1
# API and tracing
fastapi==0.95.2
uvicorn[standard]==0.22.0
pydantic==1.10.8
langsmith
python-dotenv==1.0.0
lightgbm
# New dependencies for additional features
python-multipart==0.0.6
fastapi-cors # For CORS support
aiofiles==23.1.0
jinja2==3.1.2
python-jose[cryptography] # For JWT tokens (authentication)
passlib[bcrypt] # For password hashing
pydub # For audio processing
pillow # For image processing