https://github.com/mgthetrain/python-machine-learning-starter
Template designed to kickstart your machine learning projects in Python
https://github.com/mgthetrain/python-machine-learning-starter
cookiecutter-template inference jupyter-notebook ml-training python tensorflow test-driven-development
Last synced: 2 days ago
JSON representation
Template designed to kickstart your machine learning projects in Python
- Host: GitHub
- URL: https://github.com/mgthetrain/python-machine-learning-starter
- Owner: MGTheTrain
- License: mit
- Created: 2024-05-31T18:08:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T18:19:37.000Z (8 months ago)
- Last Synced: 2025-02-18T18:44:52.122Z (8 months ago)
- Topics: cookiecutter-template, inference, jupyter-notebook, ml-training, python, tensorflow, test-driven-development
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# python-machine-learning-starter
## Table of Contents
+ [Summary](#summary)
+ [Getting started](#getting-started)## Summary
Template designed to kickstart your machine learning projects in Python
## Getting Started
### Preconditions
Install Cookiecutter by running `pip install cookiecutter`.
On MacOS optionally utilize the [homebrew package manager](https://cookiecutter.readthedocs.io/en/stable/installation.html) with `brew install cookiecutter`.### Generate a New Project from the Template
### From the main branch
Run `cookiecutter https://github.com/MGTheTrain/python-machine-learning-starter.git`
### From release/x.y.z branches
Run `cookiecutter --checkout https://github.com/MGTheTrain/python-machine-learning-starter.git`