You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+22
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,28 @@ This repository consists of various machine learning projects, and all of the pr
47
47
**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>
48
48
**Images** - This folder is used to store the images generated during the data analysis, data visualization, and data segmentation of the project.<br><br>
49
49
**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
+
50
72
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.
0 commit comments