{ | |
"model_type": "resnet", | |
"task": "image-classification", | |
"framework": "pytorch", | |
"pipeline_tag": "image-classification", | |
"preprocessing": { | |
"resize": 256, | |
"center_crop": 224, | |
"normalize": [0.485, 0.456, 0.406], | |
"normalize_std": [0.229, 0.224, 0.225] | |
}, | |
"license": "apache-2.0", | |
"tags": [ | |
"image-classification", | |
"wheat-disease-detection", | |
"agriculture" | |
] | |
} | |