kishoreb4 commited on
Commit
ce2a93f
·
1 Parent(s): 2ee546b

Add Streamlit app for segmentation

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -10
requirements.txt CHANGED
@@ -1,10 +1,11 @@
1
- wheel
2
- streamlit>=1.27.0
3
- tensorflow==2.11.0
4
- transformers==4.30.0
5
- numpy>=1.22.0
6
- matplotlib>=3.5.0
7
- opencv-python-headless>=4.5.0
8
- pillow>=9.0.0
9
- gdown>=4.6.0
10
- requests>=2.28.0
 
 
1
+ transformers==4.50.3
2
+ Pillow==11.1.0
3
+ numpy==2.0.2
4
+ evaluate==0.4.3
5
+ matplotlib==3.10.0
6
+ opencv-python==4.11.0
7
+ tensorflow-datasets==4.9.8
8
+ tensorflow==2.18.0
9
+ streamlit==1.31.1
10
+ gdown==4.7.1
11
+ requests==2.31.0