Voice-Bot-RAG / requirements.txt
Abeshith's picture
Voice BOT RAG Initial Commit
1813edc
raw
history blame contribute delete
484 Bytes
# Core Framework
langchain>=0.1.0
langgraph>=0.0.20
langchain-groq>=0.1.0
# STT
faster-whisper>=0.9.0
# NLP Models
sentence-transformers>=2.2.0
transformers>=4.30.0
torch>=2.0.0
# Vector DB
qdrant-client>=1.7.0
# Backend
fastapi>=0.100.0
uvicorn>=0.23.0
python-multipart>=0.0.5
# Frontend
streamlit>=1.27.0
# Utilities
python-dotenv>=1.0.0
pydantic>=2.0.0
pydantic-settings>=2.0.0
requests>=2.31.0
aiofiles>=23.0.0
numpy>=1.23.0
redis>=4.5.0
# TTS (Text-to-Speech)
gtts>=2.3.0