https://github.com/tdeboissiere/cookiecutter-deeplearning
Project folder structure for doing and sharing deep learning work.
https://github.com/tdeboissiere/cookiecutter-deeplearning
data-science project-template
Last synced: about 1 year ago
JSON representation
Project folder structure for doing and sharing deep learning work.
- Host: GitHub
- URL: https://github.com/tdeboissiere/cookiecutter-deeplearning
- Owner: tdeboissiere
- Created: 2016-06-02T06:01:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T00:12:45.000Z (over 8 years ago)
- Last Synced: 2025-03-22T02:41:21.145Z (about 1 year ago)
- Topics: data-science, project-template
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 39
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cookiecutter Deep Learning
_A logical, reasonably standardized, but flexible project structure for doing and sharing deep learning work with python._
### Requirements to use the cookiecutter template:
-----------
- Python 2 or 3
- [cookiecutter Python package](http://cookiecutter.readthedocs.org/en/latest/installation.html) >= 1.4.0: `pip install cookiecutter`
### To start a new project, run:
------------
cookiecutter https://github.com/tdeboissiere/cookiecutter-deeplearning.git
### Credits:
Largely inspired by https://github.com/drivendata/cookiecutter-data-science