The directory structure of new project should looks like this:
├── LICENSE
├── README.md <- The top-level README for this project.
├── data <- All Dataset in this directory (Content will be ignored by git)
├── logs <- All logs in this directory (Content will be ignored by git)
├── models <- Trained and serialized models, model predictions, or model summaries
├── research <- Research codebase
│ └── notebooks <- Jupyter notebooks.
├── requirements.txt <- The requirements file for reproducing the environment
└── src <- Source code for use in this project.
Inspired from cookiecutter.