Scholar-Express / requirements_local_gemma.txt
raksa-the-wildcats
Update Scholar Express with comprehensive Gradio app
21ba99f
raw
history blame contribute delete
788 Bytes
# Core dependencies
gradio>=4.0.0
torch>=2.0.0
torchvision>=0.15.0
transformers>=4.53.0
timm>=1.0.16
accelerate>=0.20.0
bitsandbytes>=0.41.0
# HuggingFace ecosystem
huggingface-hub>=0.17.0
tokenizers>=0.15.0
datasets>=2.14.0
safetensors>=0.3.0
# Image processing
Pillow>=10.0.0
opencv-python>=4.8.0
numpy>=1.24.0
# PDF processing
PyMuPDF>=1.23.0
# RAG and embeddings
sentence-transformers>=2.2.0
scikit-learn>=1.3.0
faiss-cpu>=1.7.4
# Text processing and markdown
markdown>=3.5.0
python-markdown-math>=0.8
# Utilities
tqdm>=4.66.0
requests>=2.31.0
packaging>=23.0
pyyaml>=6.0
# Optional but recommended for better performance
# flash-attn>=2.0.0; platform_system != "Darwin"
# xformers>=0.0.22; platform_system != "Darwin"
# Development and debugging
ipython>=8.0.0
jupyter>=1.0.0