Image Classification
Keras
PyTorch
object-detection
waste-classification
recycling
mobilenet
yolov8
tensorflow
Instructions to use SabaTariq510/waste-classification-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use SabaTariq510/waste-classification-models with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://SabaTariq510/waste-classification-models") - Notebooks
- Google Colab
- Kaggle
Upload best_mobilenet.keras with huggingface_hub
Browse files- .gitattributes +1 -0
- best_mobilenet.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 |
+
best_mobilenet.keras filter=lfs diff=lfs merge=lfs -text
|
best_mobilenet.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21818e560b1caaeb9a37947dc700c122f30ce54b6e30baa2f338399bee061bf7
|
| 3 |
+
size 13969015
|