Giter Site home page Giter Site logo

ai2ys / cookiecutter-python-ml-project Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chickentarm/cookiecutter-python-ml-project

0.0 0.0 0.0 2.4 MB

Cookiecutter for quicker and consistent python ml project setup

License: MIT License

Shell 12.88% Python 75.35% Makefile 2.25% Batchfile 2.71% Dockerfile 6.81%

cookiecutter-python-ml-project's Introduction

cookiecutter-python-ml-project

Status License
Read the documentation pre-commit enabled Black codestyle Contributor Covenant

Opinionated Cookiecutter template for ML Python package based on Hypermodern Python Cookiecutter.

This is designed with reproducibility, distribution, and easy data wrangling and exploration in mind. Many different ml repos have differing: data structures, training loops, visualizations, and deployment.

  • fiftyone is used to ensure standardization of formats. Many different datasets for the same task have different formats. Fiftyone fixes this since it has built many integrations for importing and exporting data. This makes data loading, and visualization much easier.
  • lightning is used to put structure to machine learning code. It has a standard control flow where it is easy to learn. Lightning also has many integrations and abstractions that make training much more efficient and scalable.
  • wandb is used to help visualize the actual training process. It allows for powerful and custom visualization needs and experiment comparison.
  • Lastly, environment management is one of the biggest issues with ml. Too many machine learning repos do not have a docker container which makes cloning and using the project more difficult. Everything should be ran in containers unless there is a specific reason not to.

Usage

$ cookiecutter https://github.com/ChickenTarm/cookiecutter-python-ml-project.git

Features

The template supports Python 3.7, 3.8, 3.9, and 3.10.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.