Create config.json
Browse files- config.json +7 -0
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"pipeline_tag": "object-detection",
|
| 3 |
+
"library_name": "ultralytics",
|
| 4 |
+
"tags": ["yolov8", "object-detection", "segmentation"],
|
| 5 |
+
"license": "mit",
|
| 6 |
+
"inference": true
|
| 7 |
+
}
|