Skip to content

Commit 3aedc4f

Browse files
committed
update in readme
1 parent cec7321 commit 3aedc4f

File tree

4 files changed

+33
-14
lines changed

4 files changed

+33
-14
lines changed

Assets/out1.png

-687 Bytes
Loading

Assets/out2.png

-368 Bytes
Loading

README.md

+11-13
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ use of deep convolutional networks. The developed model is able to recognize 38
2626
- I have used pytorch for building the model.
2727
- I used two models:-
2828
1. The CNN model architecture consists of CNN Layer, Max Pooling, Flatten a Linear Layers.
29-
2. Using Transfer learning VGG16 Acrhitecture.
29+
2. Using Transfer learning VGG16 Architecture.
30+
3. Using Transfer learning resnet34 Architecture.
3031

3132
3. Training
3233

33-
The model was trained by using variants of above layers mentioned in model building and by varying hyperparameters. The best model was able to achieve 90.1% of test accuracy.
34+
The model was trained by using variants of above layers mentioned in model building and by varying hyperparameters. The best model was able to achieve 91.1% of test accuracy.
3435

3536
4. Testing
3637

37-
The model was tested with sample images. It can be seen below:
38-
39-
38+
The model was tested on total 17572 images of 38 classes.<br/>
39+
The model used for prediction on sample images. It can be seen below:
4040
<!-- <img src="" alt="index1" height="300px"/> -->
4141
<div align="center">
4242
<img src="./Assets/out1.png" alt="index2" height="300px" width="500"/>
@@ -45,18 +45,16 @@ use of deep convolutional networks. The developed model is able to recognize 38
4545

4646
## Details about the model
4747

48-
### The model will be able to detect `38` types of `diseases` of `14 Unique plants`:-
49-
50-
#### Unique Plants: ['Pepper,', 'Grape', 'Tomato', 'Squash', 'Corn', 'Apple', 'Potato', 'Raspberry', 'Strawberry', 'Cherry', 'Soybean', 'Blueberry', 'Orange', 'Peach']
51-
52-
#### Diseases: ['Apple___Apple_scab', 'Apple___Black_rot', 'Apple___Cedar_apple_rust', 'Apple___healthy', 'Blueberry___healthy', 'Cherry_(including_sour)___Powdery_mildew', 'Cherry_(including_sour)___healthy', 'Corn_(maize)___Cercospora_leaf_spot Gray_leaf_spot', 'Corn_(maize)___Common_rust_', 'Corn_(maize)___Northern_Leaf_Blight', 'Corn_(maize)___healthy', 'Grape___Black_rot', 'Grape___Esca_(Black_Measles)', 'Grape___Leaf_blight_(Isariopsis_Leaf_Spot)', 'Grape___healthy', 'Orange___Haunglongbing_(Citrus_greening)', 'Peach___Bacterial_spot', 'Peach___healthy', 'Pepper,_bell___Bacterial_spot', 'Pepper,_bell___healthy', 'Potato___Early_blight', 'Potato___Late_blight', 'Potato___healthy', 'Raspberry___healthy', 'Soybean___healthy', 'Squash___Powdery_mildew', 'Strawberry___Leaf_scorch', 'Strawberry___healthy', 'Tomato___Bacterial_spot', 'Tomato___Early_blight', 'Tomato___Late_blight', 'Tomato___Leaf_Mold', 'Tomato___Septoria_leaf_spot', 'Tomato___Spider_mites Two-spotted_spider_mite', 'Tomato___Target_Spot', 'Tomato___Tomato_Yellow_Leaf_Curl_Virus', 'Tomato___Tomato_mosaic_virus', 'Tomato___healthy']
48+
### The model will be able to detect `38` types of `diseases` of `14 Unique plants`
49+
- The deatil list of plants and diseases can be seen in [List](Src)
5350

5451
## Usage:
5552

56-
### For Model Building and Training Code
57-
53+
### Code For Model Building and Training
5854
Refer to the notebook [Code](Src) <br/>
59-
I have trained an classifier model and put its trained weights at [Models](Models)
55+
56+
### All the trained models
57+
Trained weights at [Models](Models)
6058

6159

6260
## Further Work:

Src/README.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
## Code Explanation
22

33

4-
## Description
4+
5+
6+
## List of plants and Diseases that the model can classify:-
7+
8+
### Unique Plants:
9+
#### 'Pepper', 'Grape', 'Tomato', 'Squash', 'Corn', 'Apple', 'Potato', 'Raspberry', 'Strawberry', 'Cherry', 'Soybean', 'Blueberry', 'Orange', 'Peach'
10+
11+
### Diseases:
12+
* 'Apple___Apple_scab', 'Apple___Black_rot', 'Apple___Cedar_apple_rust', 'Apple___healthy'
13+
* 'Blueberry___healthy'
14+
* 'Cherry_(including_sour)___Powdery_mildew', 'Cherry_(including_sour)___healthy'
15+
* 'Corn_(maize)___Cercospora_leaf_spot Gray_leaf_spot', 'Corn_(maize)___Common_rust_', 'Corn_(maize)___Northern_Leaf_Blight','Corn_(maize)___healthy',
16+
* 'Grape___Black_rot', 'Grape___Esca_(Black_Measles)', 'Grape___Leaf_blight_(Isariopsis_Leaf_Spot)', 'Grape___healthy'
17+
* 'Orange___Haunglongbing_(Citrus_greening)'
18+
* 'Peach___Bacterial_spot', 'Peach___healthy'
19+
* 'Pepper,_bell___Bacterial_spot'
20+
* 'Pepper,_bell___healthy', 'Potato___Early_blight', 'Potato___Late_blight', 'Potato___healthy'
21+
* 'Raspberry___healthy'
22+
* 'Soybean___healthy'
23+
* 'Squash___Powdery_mildew'
24+
* 'Strawberry___Leaf_scorch', 'Strawberry___healthy',
25+
* 'Tomato___Bacterial_spot', 'Tomato___Early_blight', 'Tomato___Late_blight', 'Tomato___Leaf_Mold','Tomato___Septoria_leaf_spot', 'Tomato___Spider_mites Two-spotted_spider_mite', 'Tomato___Target_Spot', 'Tomato___Tomato_Yellow_Leaf_Curl_Virus', 'Tomato___Tomato_mosaic_virus', 'Tomato___healthy'

0 commit comments

Comments
 (0)