diff --git a/README.md b/README.md index 8887c261..0c7e4aaf 100644 --- a/README.md +++ b/README.md @@ -147,17 +147,34 @@ The PyVerse repository is organized as follows: │ │ ├── pie chart.png │ │ └── requirement.txt │ ├── Plant Disease Detection +│ │ ├── Final tensorflow Models +│ │ │ ├── cotton.h5 +│ │ │ ├── cucumber.h5 +│ │ │ ├── grapes.h5 +│ │ │ ├── guava.h5 +│ │ │ ├── potato.h5 +│ │ │ ├── rice.h5 +│ │ │ ├── sugarcane.h5 +│ │ │ ├── tomato.h5 +│ │ │ └── wheat.h5 │ │ ├── assets │ │ │ └── images │ │ │ ├── cotton_result-graph.png │ │ │ ├── cotton_result.png +│ │ │ ├── grapes_result.png +│ │ │ ├── grapes_result_graph.png │ │ │ ├── guava_result.png │ │ │ ├── guava_result_graph.png -│ │ │ └── potato_result_graph.png +│ │ │ ├── potato_result_graph.png +│ │ │ ├── sugarcane_result_graph.png +│ │ │ └── tomato_result_graph.png │ │ └── ipynb files │ │ ├── Cotton_Classification.ipynb +│ │ ├── Grapes_Classification.ipynb │ │ ├── Guava_Classification.ipynb -│ │ └── Potato_Classification.ipynb +│ │ ├── Potato_Classification.ipynb +│ │ ├── Sugarcane_Classification.ipynb +│ │ └── Tomato_Classification.ipynb │ └── Spam Vs Ham Mail Classification [With Streamlit GUI] │ ├── Dataset │ │ ├── newData.csv diff --git a/repo_structure.txt b/repo_structure.txt index 5aeb1696..639eb771 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -71,17 +71,34 @@ │ │ ├── pie chart.png │ │ └── requirement.txt │ ├── Plant Disease Detection +│ │ ├── Final tensorflow Models +│ │ │ ├── cotton.h5 +│ │ │ ├── cucumber.h5 +│ │ │ ├── grapes.h5 +│ │ │ ├── guava.h5 +│ │ │ ├── potato.h5 +│ │ │ ├── rice.h5 +│ │ │ ├── sugarcane.h5 +│ │ │ ├── tomato.h5 +│ │ │ └── wheat.h5 │ │ ├── assets │ │ │ └── images │ │ │ ├── cotton_result-graph.png │ │ │ ├── cotton_result.png +│ │ │ ├── grapes_result.png +│ │ │ ├── grapes_result_graph.png │ │ │ ├── guava_result.png │ │ │ ├── guava_result_graph.png -│ │ │ └── potato_result_graph.png +│ │ │ ├── potato_result_graph.png +│ │ │ ├── sugarcane_result_graph.png +│ │ │ └── tomato_result_graph.png │ │ └── ipynb files │ │ ├── Cotton_Classification.ipynb +│ │ ├── Grapes_Classification.ipynb │ │ ├── Guava_Classification.ipynb -│ │ └── Potato_Classification.ipynb +│ │ ├── Potato_Classification.ipynb +│ │ ├── Sugarcane_Classification.ipynb +│ │ └── Tomato_Classification.ipynb │ └── Spam Vs Ham Mail Classification [With Streamlit GUI] │ ├── Dataset │ │ ├── newData.csv