Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,18 @@
|
|
1 |
---
|
2 |
-
title: GameNet
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
---
|