chatbot1 / requirements.txt
Nguyen5's picture
commit
54f3783
raw
history blame contribute delete
556 Bytes
# === UI ===
gradio
gradio_pdf
# === Supabase ===
supabase
postgrest
httpx
python-dotenv
# === LangChain Core ===
langchain
langchain-community
langchain-text-splitters
langchain-openai
huggingface-hub
fastapi
uvicorn
websockets>=12.0
# === VectorStore ===
faiss-cpu
# === PDF + HTTP + HTML ===
pypdf
requests
beautifulsoup4
lxml
# === Audio (STT/TTS local) ===
transformers
accelerate
soundfile
scipy
numpy
torchaudio
torch
librosa # For better audio processing
webrtcvad # Alternative VAD library
# === OpenAI + HF Hub ===
openai
huggingface_hub