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
Upload DogBreedClassification.ipynb
Browse files- .gitattributes +1 -0
- DogBreedClassification.ipynb +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
DogBreedClassification.ipynb filter=lfs diff=lfs merge=lfs -text
|
DogBreedClassification.ipynb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e83ef5b80ab148b0bf47da6b4d11cd672ab4f1d982fe382a08cc14c1d695098
|
| 3 |
+
size 15849996
|