diff --git a/{{cookiecutter.repo_name}}/notebooks/bin/README.md b/{{cookiecutter.repo_name}}/notebooks/bin/README.md new file mode 100644 index 0000000..2fd0869 --- /dev/null +++ b/{{cookiecutter.repo_name}}/notebooks/bin/README.md @@ -0,0 +1,3 @@ +# CLI scripts + +This folder holds command line interface (CLI) scripts. This scripts typically provide entry points to kick off common tasks in your data science project, such as model training or inference. \ No newline at end of file