jonathan-roos commited on
Commit
ea9f0e0
1 Parent(s): 28f3c74

added requirements and .gitignore

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +5 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ *.pyc
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ opencv-python==4.6.0.66
2
+ numpy==1.23.3
3
+ fastai==2.7.9
4
+ pathlib==1.0.1
5
+ timm