Phramer_AI / requirements.txt
Malaji71's picture
Update requirements.txt
3293852 verified
raw
history blame
502 Bytes
# Core ML frameworks - CPU optimized versions
torch==2.1.0+cpu
torchvision==0.16.0+cpu
# Transformers for Florence-2 model
transformers==4.44.0
# Gradio UI framework
gradio==4.44.0
# Image processing
pillow==10.0.1
# Essential utilities
numpy==1.24.3
requests==2.31.0
# Hugging Face Spaces support
spaces==0.19.4
# Optional accelerations (commented out to avoid conflicts)
# accelerate==0.24.1
# sentence-transformers==2.2.2
# Development and debugging (optional)
# logging
# typing-extensions