Giter Site home page Giter Site logo

nabang1010 / d-one-mlops Goto Github PK

View Code? Open in Web Editor NEW

This project forked from d-one/d-one-mlops

0.0 0.0 0.0 16.72 MB

Repository with sample code and instructions for creating a complete MLOps training pipeline.

License: MIT License

Python 1.98% Jupyter Notebook 97.98% Dockerfile 0.04%

d-one-mlops's Introduction

D ONE MLOps

Full Maching Learning Lifecycle using open source technologies. This repository offers a fully functioning end-to-end MLOps training pipeline that runs with Docker Compose. The goal is to (1) provide you with a MLOps training tool and (2) give you a head start when building your production machine learning (โ€œMLโ€) pipeline for your own project.

The built pipeline uses:

  • DVC to track data
  • MLflow to track experiments and register models
  • Apache Airflow to orchestrate the MLOps pipeline
  • Docker

How to work with this repo

  1. Clone the repository to your machine

    [email protected]:d-one/d-one-mlops.git
    
  2. Install Docker

    check https://docs.docker.com/get-docker/ and install according to your OS

    Make sure that docker Deskop is running before continuing.

  3. Run

    echo -e "AIRFLOW_UID=$(id -u)" > .env
    
  4. Run

    pip install docker-compose
    
  5. Run

    docker-compose up 
    
  6. Open handout.md

Requirements

Please find the requirements of airflow environment here

Access

Cleanup

Run the following to stop all running docker containers through docker compose

docker-compose stop

or run the following to stop and delete all running docker containers through docker

docker stop $(docker ps -q)
docker rm $(docker ps -aq)

Finally run the following to delete all (named) volumes

docker volume rm $(docker volume ls -q)

Disclaimer

This repo has been tested on MacOs and Linux with:

1. Python 3.10.6
2. Docker version 20.10.10
3. docker-compose version 1.29.2

d-one-mlops's People

Contributors

spyroscav avatar roman807 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.