bhimrazy commited on
Commit
f2fb94c
1 Parent(s): 8652c93

Adds requirements file

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -0
requirements.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Index URL for PyTorch packages
2
+ --index-url https://download.pytorch.org/whl/cpu
3
+
4
+ gradio==4.22.0
5
+ kaggle==1.6.6
6
+ lightning==2.2.1
7
+ numpy==1.26.2
8
+ pandas==2.1.4
9
+ pillow==10.2.0
10
+ scikit-learn==1.3.2
11
+ torch==2.2.1
12
+ torch-tb-profiler==0.4.3
13
+ torchaudio==2.2.1
14
+ torchmetrics==1.2.0
15
+ torchvision==0.17.1
16
+ tornado==6.4
17
+ tqdm==4.66.2