Skip to content

Commit

Permalink
Update repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
UTSAVS26 committed Oct 7, 2024
1 parent 70b8cd0 commit 5920041
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 34 deletions.
37 changes: 20 additions & 17 deletions Repo-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,23 +271,26 @@
│ │ │ ├── Tomato_Classification.ipynb
│ │ │ └── requirements.txt
│ │ └── result.md
│ └── Spam Vs Ham Mail Classification [With Streamlit GUI]
│ ├── Dataset
│ │ ├── newData.csv
│ │ └── spam-vs-ham-dataset.csv
│ ├── Image
│ │ ├── PairPlot_withHue.png
│ │ ├── Spam-vs-ham-piechart.jpg
│ │ ├── spam-ham-num_chr.jpg
│ │ ├── spam-ham-num_sent.jpg
│ │ └── spam-ham-num_word.jpg
│ ├── Model
│ │ ├── README.md
│ │ ├── app1.py
│ │ ├── app2.py
│ │ ├── model1_(1) (1).ipynb
│ │ └── model2.ipynb
│ └── requirements.txt
│ ├── Spam Vs Ham Mail Classification [With Streamlit GUI]
│ │ ├── Dataset
│ │ │ ├── newData.csv
│ │ │ └── spam-vs-ham-dataset.csv
│ │ ├── Image
│ │ │ ├── PairPlot_withHue.png
│ │ │ ├── Spam-vs-ham-piechart.jpg
│ │ │ ├── spam-ham-num_chr.jpg
│ │ │ ├── spam-ham-num_sent.jpg
│ │ │ └── spam-ham-num_word.jpg
│ │ ├── Model
│ │ │ ├── README.md
│ │ │ ├── app1.py
│ │ │ ├── app2.py
│ │ │ ├── model1_(1) (1).ipynb
│ │ │ └── model2.ipynb
│ │ └── requirements.txt
│ └── YOLO-Drowsiness-Detection-main
│ ├── Drowsiness Detection Tutorial.ipynb
│ └── README.md
├── Game_Development
│ ├── Flappy_Bird
│ │ ├── README.md
Expand Down
37 changes: 20 additions & 17 deletions repo_structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,23 +269,26 @@
│ │ │ ├── Tomato_Classification.ipynb
│ │ │ └── requirements.txt
│ │ └── result.md
│ └── Spam Vs Ham Mail Classification [With Streamlit GUI]
│ ├── Dataset
│ │ ├── newData.csv
│ │ └── spam-vs-ham-dataset.csv
│ ├── Image
│ │ ├── PairPlot_withHue.png
│ │ ├── Spam-vs-ham-piechart.jpg
│ │ ├── spam-ham-num_chr.jpg
│ │ ├── spam-ham-num_sent.jpg
│ │ └── spam-ham-num_word.jpg
│ ├── Model
│ │ ├── README.md
│ │ ├── app1.py
│ │ ├── app2.py
│ │ ├── model1_(1) (1).ipynb
│ │ └── model2.ipynb
│ └── requirements.txt
│ ├── Spam Vs Ham Mail Classification [With Streamlit GUI]
│ │ ├── Dataset
│ │ │ ├── newData.csv
│ │ │ └── spam-vs-ham-dataset.csv
│ │ ├── Image
│ │ │ ├── PairPlot_withHue.png
│ │ │ ├── Spam-vs-ham-piechart.jpg
│ │ │ ├── spam-ham-num_chr.jpg
│ │ │ ├── spam-ham-num_sent.jpg
│ │ │ └── spam-ham-num_word.jpg
│ │ ├── Model
│ │ │ ├── README.md
│ │ │ ├── app1.py
│ │ │ ├── app2.py
│ │ │ ├── model1_(1) (1).ipynb
│ │ │ └── model2.ipynb
│ │ └── requirements.txt
│ └── YOLO-Drowsiness-Detection-main
│ ├── Drowsiness Detection Tutorial.ipynb
│ └── README.md
├── Game_Development
│ ├── Flappy_Bird
│ │ ├── README.md
Expand Down

0 comments on commit 5920041

Please sign in to comment.