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
Fix widget YAML: remove structure wrapper for image-classification pipeline
Browse files
README.md
CHANGED
|
@@ -20,9 +20,8 @@ language: en
|
|
| 20 |
datasets:
|
| 21 |
- 0xgr3y/arch-building-dataset
|
| 22 |
widget:
|
| 23 |
-
-
|
| 24 |
-
|
| 25 |
-
example_title: Bridge Classification
|
| 26 |
model-index:
|
| 27 |
- name: Architectural Building Image Classifier
|
| 28 |
results:
|
|
|
|
| 20 |
datasets:
|
| 21 |
- 0xgr3y/arch-building-dataset
|
| 22 |
widget:
|
| 23 |
+
- src: https://cdn-uploads.huggingface.co/production/uploads/66cdac913f233bf2c7b4f590/HzXxNze2jmCkV5KPY_fpQ.png
|
| 24 |
+
example_title: Bridge Classification
|
|
|
|
| 25 |
model-index:
|
| 26 |
- name: Architectural Building Image Classifier
|
| 27 |
results:
|