Skip to content

Commit a0d9de3

Browse files
authored
Update README.md
1 parent a2a2c63 commit a0d9de3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,28 @@ This repository consists of various machine learning projects, and all of the pr
4747
**Dataset** - This folder stores the dataset used in this project. If the dataset cannot be uploaded to this folder due to its large size, then put a README.md file inside the Dataset folder and include the link to the collected dataset. That'll work!<br><br>
4848
**Images** - This folder is used to store the images generated during the data analysis, data visualization, and data segmentation of the project.<br><br>
4949
**Model** - This folder will contain your project file (that is .ipynb file) whether it's for analysis or prediction. In addition to the project file, it should also have a **'README.md'** using this [template](https://github.com/abhisheks008/DL-Simplified/blob/main/.github/readme_template.md) and **'requirements.txt'** file that includes all necessary add-ons and libraries for the project.</br></br>
50+
51+
```
52+
Project Folder
53+
|- Dataset
54+
|- dataset.csv (dataset used for the particula project)
55+
|- README.md (brief about the dataset)
56+
|- Images
57+
|- img1.png
58+
|- img2.png
59+
|- img3.png
60+
|- Model
61+
|- project_folder.ipynb
62+
|- README.md
63+
|- Web App (Only if you are implementing any GUI, optional one)
64+
|- templates
65+
|- static
66+
|- app.py
67+
|- demo.mp4
68+
|- README.md
69+
|- requirements.txt
70+
```
71+
5072
Please follow the [Code of Conduct](https://github.com/abhisheks008/DL-Simplified/blob/main/Code_of_conduct.md) and [Contributing Guidelines](https://github.com/abhisheks008/DL-Simplified/blob/main/CONTRIBUTING.md) while contributing in this project repository.
5173

5274
## 🧮 Workflow

0 commit comments

Comments
 (0)