therealestcoder commited on
Commit
e7991dc
·
verified ·
1 Parent(s): a6f8e4f

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -0
requirements.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch>=2.1.0
2
+ torchvision>=0.16.0
3
+ timm>=0.9.12
4
+ albumentations>=1.3.1
5
+ opencv-python>=4.8.0
6
+ numpy>=1.24
7
+ Pillow>=10.0.0
8
+ scikit-learn>=1.3.0
9
+ matplotlib>=3.7.0
10
+ tqdm>=4.65.0
11
+ fastapi>=0.110.0
12
+ uvicorn[standard]>=0.27.0
13
+ python-multipart>=0.0.9
14
+ pydantic>=2.5.0
15
+ grad-cam>=1.5.0