File size: 549 Bytes
0d24772
 
 
 
 
 
6b74482
0d24772
 
263c7d9
0d24772
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Core app dependencies
streamlit>=1.20.0
fastapi>=0.100.0,<1.0.0
torch
accelerate
langchain
crewai
chromadb==0.4.24
python-dotenv
groq==0.16.0  # Updated to the latest available version

# PDF and OCR processing
PyPDF2>=3.0.0
pytesseract>=0.3.10
pdf2image>=1.16.3
reportlab>=3.6.12

# NLP and Transformers
transformers>=4.30.0,<5.0.0
torch>=2.0.0,<3.0.0
sentencepiece>=0.1.99
sacremoses>=0.0.53
langdetect>=1.0.9

# Arabic text handling
arabic-reshaper>=2.1.0
python-bidi>=0.4.2
python-docx>=0.8.11

# SQLite utilities
sqlite-utils>=3.35.5
pydantic