File size: 367 Bytes
71235f0 |
1 2 3 4 5 6 7 8 9 10 11 12 |
{
"model_type": "custom-cv",
"input_shape": [224, 224, 3],
"num_classes": 2,
"preprocessing": {
"resize": [224, 224],
"normalize": true
},
"framework": "keras",
"format": "safetensors",
"description": "OsteoLogic: Clinical fracture detection model for radiographic inputs. Optimized for reproducible deployment and drag-and-drop prediction."
} |