File size: 731 Bytes
7a39f8c
 
330b53d
 
7a39f8c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
330b53d
7352c64
330b53d
7a39f8c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
    "model_type": "image-classification",
    "framework": "tensorflow",
    "architecture": "VGG16",
    "finetuned": true,
    "input_shape": [175, 175, 3],
    "num_labels": 5,
    "label2id": {
        "Ahmedabad": 0,
        "Delhi": 1,
        "Kerala": 2,
        "Kolkata": 3,
        "Mumbai": 4
    },
    "id2label": {
        "0": "Ahmedabad",
        "1": "Delhi",
        "2": "Kerala",
        "3": "Kolkata",
        "4": "Mumbai"
    },
    "pretrained_on": "ImageNet",
    "task": "image-classification",
    "description": "An image classification model specialized in identifying specific Indian cities from images. Built using TensorFlow and the Keras API.",
    "file_format": ".h5",
    "version": "1.0"
}