diff --git a/README.md b/README.md index 0c7e4aaf..8f6ceb4f 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ The PyVerse repository is organized as follows: │ │ │ ├── sugarcane.h5 │ │ │ ├── tomato.h5 │ │ │ └── wheat.h5 +│ │ ├── README.md │ │ ├── assets │ │ │ └── images │ │ │ ├── cotton_result-graph.png @@ -168,13 +169,15 @@ The PyVerse repository is organized as follows: │ │ │ ├── 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 -│ │ ├── Sugarcane_Classification.ipynb -│ │ └── Tomato_Classification.ipynb +│ │ ├── ipynb files +│ │ │ ├── Cotton_Classification.ipynb +│ │ │ ├── Grapes_Classification.ipynb +│ │ │ ├── Guava_Classification.ipynb +│ │ │ ├── Potato_Classification.ipynb +│ │ │ ├── Sugarcane_Classification.ipynb +│ │ │ ├── Tomato_Classification.ipynb +│ │ │ └── requirements.txt +│ │ └── result.md │ └── Spam Vs Ham Mail Classification [With Streamlit GUI] │ ├── Dataset │ │ ├── newData.csv diff --git a/repo_structure.txt b/repo_structure.txt index 639eb771..48555456 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -81,6 +81,7 @@ │ │ │ ├── sugarcane.h5 │ │ │ ├── tomato.h5 │ │ │ └── wheat.h5 +│ │ ├── README.md │ │ ├── assets │ │ │ └── images │ │ │ ├── cotton_result-graph.png @@ -92,13 +93,15 @@ │ │ │ ├── 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 -│ │ ├── Sugarcane_Classification.ipynb -│ │ └── Tomato_Classification.ipynb +│ │ ├── ipynb files +│ │ │ ├── Cotton_Classification.ipynb +│ │ │ ├── Grapes_Classification.ipynb +│ │ │ ├── Guava_Classification.ipynb +│ │ │ ├── Potato_Classification.ipynb +│ │ │ ├── Sugarcane_Classification.ipynb +│ │ │ ├── Tomato_Classification.ipynb +│ │ │ └── requirements.txt +│ │ └── result.md │ └── Spam Vs Ham Mail Classification [With Streamlit GUI] │ ├── Dataset │ │ ├── newData.csv