Instructions to use mubaraknumann/genera-cloud-image-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use mubaraknumann/genera-cloud-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://mubaraknumann/genera-cloud-image-classification") - Notebooks
- Google Colab
- Kaggle
Upload genera_CIC_v1.keras
Browse filesInitial deployed version of Genera cloud image classification model
- .gitattributes +1 -0
- genera_CIC_v1.keras +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 |
+
genera_CIC_v1.keras filter=lfs diff=lfs merge=lfs -text
|
genera_CIC_v1.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7f57ea9ac891d36648f6d690e2d207452de934c8a44f8d8e677cf7d4eba9c0e
|
| 3 |
+
size 88386880
|