create config.json
Browse files- config.json +6 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": ["KerasModel"],
|
| 3 |
+
"framework": "tensorflow",
|
| 4 |
+
"model_type": "image-classification",
|
| 5 |
+
"description": "Model klasifikasi gambar kucing vs anjing (.h5) dibuat oleh Ukasyah."
|
| 6 |
+
}
|