duartepcruz commited on
Commit
24a5000
·
verified ·
1 Parent(s): c50c0cc

Create config.json

Browse files
Files changed (1) hide show
  1. 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
+ }