Create config.json
Browse files- config.json +12 -0
config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "custom-cv",
|
| 3 |
+
"input_shape": [224, 224, 3],
|
| 4 |
+
"num_classes": 2,
|
| 5 |
+
"preprocessing": {
|
| 6 |
+
"resize": [224, 224],
|
| 7 |
+
"normalize": true
|
| 8 |
+
},
|
| 9 |
+
"framework": "keras",
|
| 10 |
+
"format": "safetensors",
|
| 11 |
+
"description": "OsteoLogic: Clinical fracture detection model for radiographic inputs. Optimized for reproducible deployment and drag-and-drop prediction."
|
| 12 |
+
}
|