File size: 585 Bytes
0d24772
 
 
 
 
 
517e11b
0d24772
 
ffb1e54
 
 
0d24772
39a599b
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
33
34
35
36
# Core app dependencies
streamlit>=1.20.0
fastapi>=0.100.0,<1.0.0
torch
accelerate
langchain
crewai>=0.28.0  
chromadb==0.4.24
python-dotenv
openai>=1.0.0        
anthropic>=0.18.1   
groq>=0.3.0  

# Other dependencies...

# 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