Instructions to use rishirajbal/Dog_Cats_Classifier_CNN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use rishirajbal/Dog_Cats_Classifier_CNN with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://rishirajbal/Dog_Cats_Classifier_CNN") - Notebooks
- Google Colab
- Kaggle
Upload cats_vs_dogs_model.h5
Browse filesMy first model in keras which handles Classification using CNN between Dogs and cats
- cats_vs_dogs_model.h5 +3 -0
cats_vs_dogs_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:495d434bd15c1fdd0da7c1853f302aba78467447678121cda18a0f008d40ebb7
|
| 3 |
+
size 16000376
|