mathminakshi commited on
Commit
593db33
·
verified ·
1 Parent(s): b302157

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ streamlit
2
+ --find-links https://download.pytorch.org/whl/torch_stable.html
3
+ torch==2.1.0+cpu
4
+ torchvision==0.16.0+cpu
5
+ Pillow
6
+ numpy==1.24.3