ecopus commited on
Commit
264c9c3
Β·
verified Β·
1 Parent(s): 1bc170d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -6
README.md CHANGED
@@ -1,12 +1,23 @@
1
  ---
2
- title: Signidentifierapp
3
- emoji: πŸ‘€
4
- colorFrom: red
5
- colorTo: pink
6
  sdk: gradio
7
- sdk_version: 5.47.2
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Stop Sign Identifier
3
+ emoji: πŸƒ
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: gradio
7
+ sdk_version: "5.47.2"
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
+ # Stop Sign Identifier
13
+
14
+ This Space hosts a **Gradio interface** for an AutoGluon multiodal model trained on the [Stop Sign Identifier Dataset](https://huggingface.co/datasets/ecopus/sign_identification).
15
+
16
+ ## How it works
17
+ - Upload an image you would like to identify or choose from one of the examples
18
+ - Get predictions (hard labels and probabilities).
19
+
20
+ ## Files
21
+ - `app.py`: The Gradio app code.
22
+ - `requirements.txt`: Dependencies.
23
+ - `README.md`: This file (with Space metadata).