godsofheaven commited on
Commit
3330513
·
verified ·
1 Parent(s): 793b943

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -0
requirements.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio>=4.29.0
2
+ # Core
3
+ torch>=2.3.0
4
+ torchvision>=0.18.0
5
+
6
+ # Dataset and utilities
7
+ datasets>=2.20.0
8
+ huggingface_hub>=0.24.0
9
+ Pillow>=10.0.0
10
+ numpy>=1.26.0
11
+ tqdm>=4.66.0
12
+
13
+ # Optional (for LR finder plot if desired)
14
+ matplotlib>=3.8.0
15
+ torch-lr-finder>=0.2.1
16
+