alianassmaaa commited on
Commit
0e79c4f
·
verified ·
1 Parent(s): a1bd556

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -0
requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch>=2.0
2
+ torchvision>=0.15
3
+ transformers>=4.30
4
+ datasets>=2.14
5
+ timm>=1.0
6
+ accelerate>=0.20
7
+ scikit-learn>=1.3
8
+ pillow>=10.0
9
+ numpy>=1.24
10
+ matplotlib>=3.7
11
+ huggingface_hub>=0.16
12
+ opencv-python>=4.8
13
+ gradio>=4.0