Commit
·
330b53d
1
Parent(s):
922144b
Update config.json
Browse files- config.json +5 -4
config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
"model_type": "image-classification",
|
3 |
-
"
|
|
|
4 |
"finetuned": true,
|
5 |
"input_shape": [175, 175, 3],
|
6 |
"num_labels": 5,
|
@@ -21,7 +22,7 @@
|
|
21 |
"pretrained_on": "ImageNet",
|
22 |
"fine_tuned_dataset": "Indian Cities",
|
23 |
"task": "image-classification",
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
}
|
|
|
1 |
{
|
2 |
"model_type": "image-classification",
|
3 |
+
"framework": "tensorflow",
|
4 |
+
"architecture": "VGG16",
|
5 |
"finetuned": true,
|
6 |
"input_shape": [175, 175, 3],
|
7 |
"num_labels": 5,
|
|
|
22 |
"pretrained_on": "ImageNet",
|
23 |
"fine_tuned_dataset": "Indian Cities",
|
24 |
"task": "image-classification",
|
25 |
+
"description": "An image classification model specialized in identifying specific Indian cities from images. Built using TensorFlow and the Keras API.",
|
26 |
+
"file_format": "h5",
|
27 |
+
"version": "1.0"
|
28 |
}
|