Spaces:
Sleeping
Sleeping
Initial commit
Browse files- app.py +0 -0
- objdet_1_2.h5 +3 -0
- requirements.txt +5 -0
app.py
ADDED
|
File without changes
|
objdet_1_2.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf0e18279f7c7463d18b6235677716a21a95e81e7ae451c1c16533be653e5e80
|
| 3 |
+
size 424728296
|
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
tensorflow
|
| 2 |
+
gradio
|
| 3 |
+
opencv-python
|
| 4 |
+
numpy
|
| 5 |
+
Pillow
|