/tidybot

🤖 A simple CLI to automate your DL/ML prototyping workflow

Primary LanguagePython

TidyBot

A simple CLI to automate your DL/ML prototyping workflow

New project

You can create a folder structure for each experiment containing structure for each experiment containing /input, /output, /test, /eval.

$ tidybot.py init

Create a model

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