Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayank202004 committed Oct 3, 2024
2 parents b8161ca + d6884ef commit 712bf0d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 19 additions & 2 deletions repo_structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 712bf0d

Please sign in to comment.