Spaces:
Running
Running
Commit
·
139e074
0
Parent(s):
first commit
Browse files- .gitignore +4 -0
- .vscode/settings.json +3 -0
- nb.ipynb +0 -0
- 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
|