Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`