Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T07:03:30.000Z (7 months ago)
- Last Synced: 2024-11-13T14:55:09.185Z (3 months ago)
- Topics: cookiecutter-template, inference, jupyter-notebook, ml-training, python, tensorflow, test-driven-development
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- 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`