EngReem85 commited on
Commit
bb2bbfc
·
verified ·
1 Parent(s): 3939133

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -7
requirements.txt CHANGED
@@ -1,9 +1,14 @@
1
- torch==2.0.1
2
- torchvision==0.15.2
3
- tensorflow-cpu==2.13.0
4
- gradio==4.29.0
5
- Pillow==10.0.1
6
- opencv-python-headless==4.8.1.78
7
- gdown==4.7.1
 
 
 
 
 
8
  rembg==2.0.38
9
  mediapipe==0.10.7
 
1
+ torch>=1.9.0
2
+ torchvision>=0.10.0
3
+ tensorflow>=2.8.0
4
+ gradio>=3.0.0
5
+ numpy>=1.21.0
6
+ opencv-python>=4.5.0
7
+ Pillow>=8.3.0
8
+ albumentations>=1.0.0
9
+ segmentation-models-pytorch>=0.2.0
10
+ gdown>=4.0.0
11
+ scikit-image>=0.18.0
12
+ matplotlib>=3.3.0
13
  rembg==2.0.38
14
  mediapipe==0.10.7