Image Classification
Keras
LiteRT
TF-Keras
Safetensors
English
efficientnetv2-s
efficientnetv2
fgic
transfer-learning
gem-pooling
focal-loss
swa
grad-cam
calibration
temperature-scaling
computer-vision
tensorflow.js
Eval Results (legacy)
Instructions to use 0xgr3y/Arch-Building-Image-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use 0xgr3y/Arch-Building-Image-Classification with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://0xgr3y/Arch-Building-Image-Classification") - Notebooks
- Google Colab
- Kaggle
| { | |
| "id2label": { | |
| "0": "bridge", | |
| "1": "castle", | |
| "2": "mosque", | |
| "3": "skyscraper", | |
| "4": "stadium", | |
| "5": "temple" | |
| }, | |
| "label2id": { | |
| "bridge": 0, | |
| "castle": 1, | |
| "mosque": 2, | |
| "skyscraper": 3, | |
| "stadium": 4, | |
| "temple": 5 | |
| } | |
| } | |