Lui3ui3ui commited on
Commit
fbfd3be
·
1 Parent(s): c9efdfa

Initial commit

Browse files
Files changed (3) hide show
  1. app.py +0 -0
  2. objdet_1_2.h5 +3 -0
  3. 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