Instructions to use nonamelife/garbage-detection-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use nonamelife/garbage-detection-model with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://nonamelife/garbage-detection-model") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ app_port: 7860 # Important: Port your Flask app runs on
|
|
| 12 |
This is an AI-powered web tool that classifies images as 'Clean' or 'Dirty' using a trained TensorFlow/Keras model.
|
| 13 |
|
| 14 |
## How to Use
|
| 15 |
-
1. Navigate to the `/tool` endpoint (
|
| 16 |
2. Upload an image (JPG, JPEG, or PNG).
|
| 17 |
3. The application will predict whether the image depicts a "Clean" or "Dirty" environment.
|
| 18 |
|
|
|
|
| 12 |
This is an AI-powered web tool that classifies images as 'Clean' or 'Dirty' using a trained TensorFlow/Keras model.
|
| 13 |
|
| 14 |
## How to Use
|
| 15 |
+
1. Navigate to the `/tool` endpoint (`https://huggingface.co/spaces/nonamelife/garbage-detection-demo`).
|
| 16 |
2. Upload an image (JPG, JPEG, or PNG).
|
| 17 |
3. The application will predict whether the image depicts a "Clean" or "Dirty" environment.
|
| 18 |
|