FractureVision / config.json
DHEIVER's picture
Create config.json
4bd3676 verified
raw
history blame contribute delete
No virus
429 Bytes
{
"name": "YOLOv8 Object Detection",
"description": "YOLOv8 model for object detection.",
"tags": [
"object-detection",
"yolo",
"computer-vision"
],
"license": "Apache-2.0",
"source": "https://github.com/your_username/your_repository",
"model_type": "object_detection",
"architecture": "YOLOv8",
"format": "torchscript",
"framework": "pytorch",
"task_categories": [
"object_detection"
]
}