uno-card-detector-new / config.json
szili2011's picture
Create config.json
06dbf53 verified
raw
history blame
227 Bytes
{
"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"
}