model-0 / requirements.txt
pkms's picture
req
5ab6870
raw
history blame contribute delete
330 Bytes
streamlit==1.25.0
transformers==4.35.0
torch==2.0.1 # Required for PyTorch-based models
numpy==1.24.3 # Dependency for most ML libraries
scipy==1.10.1 # Optional: if your model requires it
Pillow==9.5.0 # Optional: if your model handles images
protobuf==4.23.4 # Streamlit dependency (ensure compatibility)