churnsight-ai / requirements.txt
Hasitha16's picture
Update requirements.txt
2b8884c verified
raw
history blame contribute delete
518 Bytes
# Core Backend
fastapi==0.110.0
uvicorn[standard]==0.29.0
# NLP Models & Pipelines
transformers==4.41.2
torch>=2.0.0
sentence-transformers==2.5.1
nltk==3.8.1
scikit-learn==1.4.2
sentencepiece==0.1.99
# Audio + File Handling
pillow==10.3.0
python-multipart==0.0.9
# Data & Utilities
pandas==2.2.2
requests==2.32.3
# Frontend
streamlit==1.35.0
matplotlib==3.8.4
seaborn==0.13.2
# LangChain-like Embeddings (no OpenAI)
faiss-cpu==1.7.4
tqdm==4.66.4
#Charts
plotly
# Optional if use
openai==1.30.5
httpx==0.27.2