pkms commited on
Commit
5ab6870
·
1 Parent(s): 775329c
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ streamlit==1.25.0
2
+ transformers==4.35.0
3
+ torch==2.0.1 # Required for PyTorch-based models
4
+ numpy==1.24.3 # Dependency for most ML libraries
5
+ scipy==1.10.1 # Optional: if your model requires it
6
+ Pillow==9.5.0 # Optional: if your model handles images
7
+ protobuf==4.23.4 # Streamlit dependency (ensure compatibility)