diff --git a/README.md b/README.md index 5fac4900..c0ca736b 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,12 @@ The PyVerse repository is organized as follows: │ │ │ └── CNN_handwritten_digit_recogniser.ipynb │ │ ├── pie chart.png │ │ └── requirement.txt +│ ├── Plant Disease Detection +│ │ ├── assets +│ │ │ └── images +│ │ │ └── potato_result_graph.png +│ │ └── ipynb files +│ │ └── Potato_Classification.ipynb │ └── Spam Vs Ham Mail Classification [With Streamlit GUI] │ ├── Dataset │ │ ├── newData.csv diff --git a/repo_structure.txt b/repo_structure.txt index de4d9c76..c708acb5 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -70,6 +70,12 @@ │ │ │ └── CNN_handwritten_digit_recogniser.ipynb │ │ ├── pie chart.png │ │ └── requirement.txt +│ ├── Plant Disease Detection +│ │ ├── assets +│ │ │ └── images +│ │ │ └── potato_result_graph.png +│ │ └── ipynb files +│ │ └── Potato_Classification.ipynb │ └── Spam Vs Ham Mail Classification [With Streamlit GUI] │ ├── Dataset │ │ ├── newData.csv