Image Classification
Keras
English
tensorflow
tensorflow-hub
mobilenetv2
transfer-learning
computer-vision
multi-class-classification
dog-breed-classification
kaggle-competition
Eval Results (legacy)
Instructions to use BrejBala/DogBreedClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use BrejBala/DogBreedClassification with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://BrejBala/DogBreedClassification") - Notebooks
- Google Colab
- Kaggle
Ctrl+K