Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,18 +11,6 @@ pinned: false
|
|
| 11 |
license: apache-2.0
|
| 12 |
---
|
| 13 |
|
| 14 |
-
```markdown
|
| 15 |
-
---
|
| 16 |
-
tags:
|
| 17 |
-
- image-classification
|
| 18 |
-
- waste-classification
|
| 19 |
-
- transfer-learning
|
| 20 |
-
- vgg16
|
| 21 |
-
- keras
|
| 22 |
-
- tensorflow
|
| 23 |
-
language: en
|
| 24 |
-
---
|
| 25 |
-
|
| 26 |
# Waste Classification – Organic vs Recyclable (VGG16)
|
| 27 |
|
| 28 |
This repository contains two Keras/TensorFlow models for classifying images of waste into **Organic (O)** and **Recyclable (R)** categories. Both models are based on a pre‑trained VGG16 backbone, but they differ in the training approach:
|
|
|
|
| 11 |
license: apache-2.0
|
| 12 |
---
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
# Waste Classification – Organic vs Recyclable (VGG16)
|
| 15 |
|
| 16 |
This repository contains two Keras/TensorFlow models for classifying images of waste into **Organic (O)** and **Recyclable (R)** categories. Both models are based on a pre‑trained VGG16 backbone, but they differ in the training approach:
|