PushkarA07 commited on
Commit
1d7145f
·
1 Parent(s): 39bcefa

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -21
requirements.txt CHANGED
@@ -1,22 +1,18 @@
1
- streamlit
2
- Pillow
3
- glob2
4
- numpy
5
- pathlib
6
- tqdm
7
- matplotlib==3.2.2
8
- matplotlib-venn==0.11.7
9
- scikit-image
 
 
 
 
 
 
10
  torch
11
- torchvision
12
- torchsummary
13
- fastai==2.4
14
- fastcore==1.3.29
15
- fastdownload==0.0.7
16
- fastdtw==0.3.4
17
- fastjsonschema==2.16.2
18
- fastprogress==1.0.3
19
- fastrlock==0.8.1
20
- opencv-contrib-python==4.6.0.66
21
- opencv-python==4.6.0.66
22
- opencv-python-headless==4.6.0.66
 
1
+ albumentations==1.3.0
2
+ beautifulsoup4==4.11.1
3
+ Flask==2.2.2
4
+ matplotlib==3.5.3
5
+ numpy==1.23.5
6
+ onnx==1.14.0
7
+ onnx_caffe2==1.0.0
8
+ pandas==1.4.3
9
+ Pillow==9.5.0
10
+ pytorch_lightning==2.0.2
11
+ Requests==2.30.0
12
+ scikit_learn==1.1.2
13
+ seaborn==0.11.2
14
+ selenium==4.9.1
15
+ streamlit==1.13.0
16
  torch
17
+ torchvision==0.14.0
18
+ tqdm==4.64.1