Update README.md
Browse files
README.md
CHANGED
|
@@ -28,22 +28,22 @@ This project is a web application developed using Flask that allows users to upl
|
|
| 28 |
### Models
|
| 29 |
- **Potato Disease Classification Model**
|
| 30 |
- **Classes:**
|
| 31 |
-
Potato Early Blight
|
| 32 |
-
Potato Late Blight
|
| 33 |
Potato Healthy
|
| 34 |
- **Techniques Used:**
|
| 35 |
-
Convolutional layers for feature extraction.
|
| 36 |
-
Batch normalization and max pooling for enhanced training stability and performance.
|
| 37 |
-
Dropout layers to prevent overfitting.
|
| 38 |
|
| 39 |
- **Tomato Disease Classification Model**
|
| 40 |
- **Classes:**
|
| 41 |
-
Tomato Early Blight
|
| 42 |
-
Tomato Late Blight
|
| 43 |
Tomato Healthy
|
| 44 |
- **Techniques Used:**
|
| 45 |
-
|
| 46 |
-
|
| 47 |
|
| 48 |
|
| 49 |
### Web Application
|
|
|
|
| 28 |
### Models
|
| 29 |
- **Potato Disease Classification Model**
|
| 30 |
- **Classes:**
|
| 31 |
+
Potato Early Blight,
|
| 32 |
+
Potato Late Blight,
|
| 33 |
Potato Healthy
|
| 34 |
- **Techniques Used:**
|
| 35 |
+
- Convolutional layers for feature extraction.
|
| 36 |
+
- Batch normalization and max pooling for enhanced training stability and performance.
|
| 37 |
+
- Dropout layers to prevent overfitting.
|
| 38 |
|
| 39 |
- **Tomato Disease Classification Model**
|
| 40 |
- **Classes:**
|
| 41 |
+
Tomato Early Blight,
|
| 42 |
+
Tomato Late Blight,
|
| 43 |
Tomato Healthy
|
| 44 |
- **Techniques Used:**
|
| 45 |
+
- Similar architecture to the potato model with appropriate adjustments for tomato disease classification.
|
| 46 |
+
- Batch normalization, max pooling, and dropout layers are also used here.
|
| 47 |
|
| 48 |
|
| 49 |
### Web Application
|