forked from Shisa2025/tbytes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
50 lines (44 loc) · 806 Bytes
/
requirements.txt
File metadata and controls
50 lines (44 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Unified requirements for backend + dashboard + scripts + GPU runtime.
#
# Note on GPU:
# - `torch` below is required for Whisper GPU execution in `venv_gpu`.
# - If you want a specific CUDA build, install torch/torchvision/torchaudio
# using the official PyTorch index for your CUDA version.
# Core backend/API
fastapi
uvicorn
pydantic
python-dotenv
python-telegram-bot
httpx
requests
sympy
# LLM / RAG
openai
langchain
langchain-core
langchain-community
langchain-openai
langchain-groq
chromadb
sentence-transformers
# Database
clickhouse-connect
# Data processing / scraping
pandas
beautifulsoup4
lxml
feedparser
# Media + OCR + GPU
torch
torchvision
torchaudio
openai-whisper
pytesseract
Pillow
pydub
opencv-python
# Optional Streamlit dashboard (legacy folder)
streamlit
langdetect
pycountry