A simple CLI to automate your DL/ML prototyping workflow
You can create a folder structure for each experiment containing structure for each experiment containing /input, /output, /test, /eval.
$ tidybot.py init
The model command creates a new python file with some boilerplate code, and creates I/O folders for this model under /input and /output.
$ tidybot.py model