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 e1bd464 + 5335359 commit a3977b5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
17 changes: 10 additions & 7 deletions repo_structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
│ │ │ ├── sugarcane.h5
│ │ │ ├── tomato.h5
│ │ │ └── wheat.h5
│ │ ├── README.md
│ │ ├── assets
│ │ │ └── images
│ │ │ ├── cotton_result-graph.png
Expand All @@ -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
Expand Down

0 comments on commit a3977b5

Please sign in to comment.