# Core ML/DL | |
torch>=2.0.0,<3.0.0 | |
transformers>=4.30.0,<5.0.0 | |
sentencepiece>=0.1.99 | |
# Interface | |
gradio>=3.50.0,<4.0.0 | |
# PDF Processing | |
PyMuPDF>=1.22.3 | |
PyPDF2>=3.0.0 | |
python-magic>=0.4.27 | |
# NLP | |
nltk>=3.8.1 | |
regex>=2023.5.5 | |
# Utils & Types | |
typing-extensions>=4.7.1 | |
tqdm>=4.65.0 | |
numpy>=1.24.0 | |
pandas>=2.0.0 | |
# Monitoring | |
psutil>=5.9.0 | |
# Logging | |
rich>=13.3.5 | |
python-json-logger>=2.0.7 |