Instructions to use ahmzakif/TrashNet-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use ahmzakif/TrashNet-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://ahmzakif/TrashNet-Classification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -53,7 +53,7 @@ To set up the project environment, follow these steps:
|
|
| 53 |
1. Clone the repository:
|
| 54 |
|
| 55 |
```bash
|
| 56 |
-
git clone https://
|
| 57 |
cd TrashNet-Classification
|
| 58 |
```
|
| 59 |
|
|
|
|
| 53 |
1. Clone the repository:
|
| 54 |
|
| 55 |
```bash
|
| 56 |
+
git clone https://huggingface.co/ahmzakif/TrashNet-Classification
|
| 57 |
cd TrashNet-Classification
|
| 58 |
```
|
| 59 |
|