123Sashank12 commited on
Commit
6c354cf
·
verified ·
1 Parent(s): c0edd67

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -0
requirements.txt ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core runtime
2
+ numpy
3
+ pillow
4
+ matplotlib
5
+ tqdm
6
+ pyyaml
7
+ yacs
8
+ opencv-python
9
+ scikit-image
10
+ scipy
11
+
12
+ # TruFor / SegFormer backbone deps
13
+ timm
14
+ safetensors
15
+ huggingface_hub
16
+
17
+ # PyTorch (CPU). If you have GPU Space later, change to CUDA builds.
18
+ torch
19
+ torchvision