-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
59 lines (49 loc) · 1.12 KB
/
Copy pathrequirements.txt
File metadata and controls
59 lines (49 loc) · 1.12 KB
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
56
57
58
59
# Web Crawling & Scraping
beautifulsoup4==4.12.2
requests==2.31.0
tldextract==3.4.4
# PDF & Document Processing
pdfminer.six==20221105
python-docx==0.8.11
pdfplumber==0.10.3
pdf2image==1.16.3
pytesseract==0.3.10
PyPDF2==3.0.1
# NOTE: poppler-utils must be installed at the system level:
# Ubuntu/Debian: sudo apt-get install poppler-utils
# macOS: brew install poppler
# Windows: download from https://github.com/oschwartz10612/poppler-windows/releases
# Data & Image Processing
pandas==2.0.3
numpy==1.26.4
pillow==10.1.0
opencv-python-headless==4.9.0.80
# NLP & ML
spacy>=3.7.4
transformers>=4.37.2
torch>=2.1.0
sentence-transformers>=5.0.0
# Knowledge Graph
py2neo==2021.2.4
neo4j==5.12.0
# Vector Store
faiss-cpu==1.7.4
# LLM
groq>=1.0.0
llama-cpp-python==0.2.55 # Optional: local fallback
# API Server
fastapi==0.109.0
uvicorn==0.27.0
python-dotenv==1.0.0
pydantic>=2.0.0
# Geo
geopy==2.4.1
# Utilities
tqdm==4.66.1
python-slugify==8.0.1
sqlalchemy==2.0.19
langdetect==1.0.9
indic-transliteration==2.3.36
# NLP model (run after install):
# python -m spacy download en_core_web_lg
# python -m spacy download en_core_web_sm