MAS-AI-0000 commited on
Commit
8cec04a
·
verified ·
1 Parent(s): 68358a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -1,12 +1,18 @@
1
  ---
2
- title: GameNet 1
3
- emoji: 🦀
4
- colorFrom: pink
5
- colorTo: indigo
6
  sdk: docker
7
  pinned: false
8
  license: mit
9
  short_description: GameNet-1 is a deep learning model that identifies video gam
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
1
  ---
2
+ title: GameNet-1 API
3
+ emoji: 🎮
4
+ colorFrom: green
5
+ colorTo: blue
6
  sdk: docker
7
  pinned: false
8
  license: mit
9
  short_description: GameNet-1 is a deep learning model that identifies video gam
10
  ---
11
 
12
+ # 🎮 GameNet-1 API
13
+
14
+ Upload a game screenshot or cover to get its predicted name and genre via a REST API using FastAPI.
15
+
16
+ ➡️ POST to `/predict` with `multipart/form-data`
17
+
18
+ ---