Taken from MLOps template. This template has been updated to better fit deep learning projects and contain more features out of the box.
- Python 3.11
- Cookiecutter v2.4.0
On your local machine run
cookiecutter https://github.com/Black3rror/DL_project_template
and input starting values for the project. Note that when asked for the project name, you should input a valid Python package name. This means that the name should be all lowercase and only contain letters, numbers and underscores. The project name will be used as the name of the Python package. This will automatically be validated by the template.
🐍 Python projects using pyproject.toml
👕 Linting and formatting with ruff
and more...