Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Pokemon object detections
|
| 2 |
Using yolov8 after training with Google Colab
|
| 3 |
## Dataset
|
|
|
|
| 1 |
+
title: "Pokemon Object Detection"
|
| 2 |
+
emoji: 🐉
|
| 3 |
+
colorFrom: indigo
|
| 4 |
+
colorTo: pink
|
| 5 |
+
sdk: gradio
|
| 6 |
+
sdk_version: "4.36.1"
|
| 7 |
+
app_file: app.py
|
| 8 |
+
pinned: false
|
| 9 |
+
|
| 10 |
# Pokemon object detections
|
| 11 |
Using yolov8 after training with Google Colab
|
| 12 |
## Dataset
|