LegalAI-DS / requirements.txt
Hassankhwileh's picture
Update requirements.txt
a717a8c verified
raw
history blame contribute delete
515 Bytes
# Core app dependencies
streamlit>=1.20.0
fastapi>=0.100.0,<1.0.0
torch
accelerate
langchain
crewai
openai>=0.27.0
chromadb==0.4.24
python-dotenv
groq
# 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