nithishbasireddy commited on
Commit
6b3ea31
·
verified ·
1 Parent(s): 396eb7f

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch>=2.0.0
2
+ torchvision>=0.15.0
3
+ segmentation-models-pytorch>=0.3.3
4
+ albumentations>=1.3.0
5
+ opencv-python-headless>=4.8.0
6
+ numpy>=1.24.0
7
+ scipy>=1.10.0
8
+ scikit-image>=0.20.0
9
+ Pillow>=9.5.0
10
+ streamlit>=1.28.0
11
+ pandas>=2.0.0
12
+ huggingface-hub>=0.20.0