-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
55 lines (46 loc) · 958 Bytes
/
Copy pathrequirements.txt
File metadata and controls
55 lines (46 loc) · 958 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
51
52
53
54
55
# Core dependencies
numpy>=2.4.4
pandas>=3.0.2
scikit-learn>=1.8.0
joblib>=1.3.0
scipy>=1.11.0
# PyTorch (CPU version) - compatible with Python 3.13
torch>=2.0.0
torchvision>=0.15.0
torchaudio>=2.0.0
# NLP
nltk>=3.8.0
spacy>=3.8.0
thinc>=8.3.4
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0.tar.gz
sentence-transformers>=2.5.0
transformers>=4.36.0
# Web & API
streamlit>=1.32.0
streamlit-lottie>=0.0.5
fastapi>=0.110.0
uvicorn>=0.27.0
python-multipart>=0.0.9
requests>=2.31.0
beautifulsoup4>=4.12.0
lxml>=5.1.0
markdown-it-py>=3.0.0
# Document processing
python-docx>=1.1.0
PyPDF2>=3.0.0
pypdf>=6.0.0
pdfminer.six>=20231228
# Database
pymysql>=1.1.0
psycopg2-binary>=2.9.0
# Environment & Utilities
python-dotenv>=1.0.0
watchdog>=3.0.0
pillow>=10.0.0
# Text processing
fuzzywuzzy>=0.18.0
python-Levenshtein>=0.12.0
# AI/ML API
google-genai>=1.0.0
# Visualization
plotly>=6.8.0