23b719w commited on
Commit
9eb1344
1 Parent(s): 08cc7a4
Files changed (2) hide show
  1. README.md +14 -0
  2. requirements.txt +7 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: 23b719w
3
+ emoji: 🐢
4
+ colorFrom: indigo
5
+ colorTo: red
6
+ python_version: 3.8
7
+ sdk: gradio
8
+ sdk_version: 4.0.2
9
+ app_file: app.py
10
+ pinned: false
11
+ license: apache-2.0
12
+ ---
13
+
14
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ #tf2-tensorflow-object-detection-api
2
+ tf-models-research-object-detection
3
+ tensorflow
4
+ matplotlib
5
+ wget
6
+ Pillow==9.5
7
+ huggingface_hub