README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: keras
|
| 3 |
+
tags:
|
| 4 |
+
- plant-classification
|
| 5 |
+
- image-classification
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# Classification of Grape Varities using Convolutional Neural Network Models
|
| 9 |
+
|
| 10 |
+
The full credit goes to: [Gabriel Carneiro] (https://www.linkedin.com/in/gabriel-carneiro-81a13a64/)
|
| 11 |
+
|
| 12 |
+
## Supported varities
|
| 13 |
+
- Códega
|
| 14 |
+
- Moscatel Galego
|
| 15 |
+
- Rabigato
|
| 16 |
+
- Tinta Roriz
|
| 17 |
+
- Tinto Cao
|
| 18 |
+
- Touriga Nacional
|
| 19 |
+
|
| 20 |
+
## Explainable AI support
|
| 21 |
+
|
| 22 |
+
We also supported algorithms of Explainable AI. The Grad-CAM, Grad-CAM++, and LIME.
|
| 23 |
+
|
| 24 |
+
|