Giter Club home page Giter Club logo

overcome-the-chaos's Introduction

overcome-the-chaos

Information about this fork

This is a very simple project to show diffirent build systems applied to a python project with focus on machine learning. It is a fork of https://github.com/artofai/overcome-the-chaos. Differences between build systems are highlighted in the blog post.

Usage

One can find files for various build systems (and task schedulers) inside the project. Here is the list of tested systems:

I checked how these systems can do the following:

  1. Allow user to describe tasks and dependencies between tasks.
  2. Support incremental builds, i.e. build only targets that have been changed.
  3. Support incremental builds if source code has been changed.
  4. Keep track of all the artifacts created during the build process in order to delete them with clean command.

The results are summariezed in the table below.

+-----------------------------------+-------+------------+------+-------+
|                                   | CMake | Pynt/Paver | doit | Luigi |
+===================================+=======+============+======+=======+
| Targets with dependencies         | yes   | yes        | yes  | yes   |
| Incremental builds                | yes   | no         | yes  | no    |
| Incremental builds on code change | yes   | no         | yes  | no    |
| Auto-generated clean command      | yes   | no         | yes  | no    |
+-----------------------------------+-------+------------+------+-------+

Original README below

Disclaimer

This is a very simple sample project written to be an example for series of my posts on medium. It does not do anyting cool but it pretends to ;) The idea is to show how to prepare your ML project for production environment, not to explore bleeding-edge algorithms ;) Please refer my blog:

  1. Structure and automated workflow for a machine learning project — part 1
  2. Structure and automated workflow for a machine learning project — part 2

Introduction

OTS is a project aimed to provide REST like API for classifying between various iris classes.

Installing

TBD

API

TBD

overcome-the-chaos's People

Contributors

bednarsm avatar fralik avatar mbednarski avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.