File size: 227 Bytes
06dbf53 |
1 2 3 4 5 6 7 |
{
"model_type": "image_classification",
"framework": "tensorflow.js", // or "tensorflow" depending on what you used
"num_labels": 86, // or however many Uno cards your model classifies
"task": "image-classification"
}
|