kuko6 commited on
Commit
139e074
·
0 Parent(s):

first commit

Browse files
Files changed (4) hide show
  1. .gitignore +4 -0
  2. .vscode/settings.json +3 -0
  3. nb.ipynb +0 -0
  4. requirements.txt +4 -0
.gitignore ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ .DS_Store
2
+ imgs/
3
+ *.jpg
4
+ *.jpeg
.vscode/settings.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "python.analysis.autoImportCompletions": false
3
+ }
nb.ipynb ADDED
The diff for this file is too large to render. See raw diff
 
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ numpy
2
+ opencv-python
3
+ gradio
4
+ matplotlib