Coder Social home page Coder Social logo

micseb / mlconference-workshop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zilbermanor/mlconference-workshop

0.0 0.0 0.0 21.81 MB

Data Science from Research to Production with Jupyter, Kubeflow & Nuclio workshop

Jupyter Notebook 46.31% HTML 53.52% Python 0.17%

mlconference-workshop's Introduction

Data Science from Research to Production with Jupyter, Kubeflow & Nuclio

MLConference (16.11.2020)

A workshop, showing how to use Nuclio & MLRun with Kubeflow to deploy end to end machine learning pipelines, with Multiple runtimes (serverless functions, jobs, etc...), Artifacts & Code tracking and Automation directly from your jupyter notebook!

Preperations

We will install Nuclio and MLRun (Jupyter environment and UI) over docker for easy installation.

Pull images

docker pull quay.io/nuclio/dashboard:stable-amd64
docker pull mlrun/jupyter:TMLS
docker pull mlrun/mlrun-ui:0.5.4

Run containers

You can change the SHARED_DIR to another path for storing the data/artifacts

SHARED_DIR=~/mlrun-data
docker network create mlrun-network
docker run -it -p 8080:8080 -p 8888:8888 --rm -d --network mlrun-network --name jupyter -e NUCLIO_DASHBOARD_URL=http://nuclio:8070  -v ${SHARED_DIR}:/home/jovyan/data mlrun/jupyter:TMLS
docker run -it -p 4000:80 --rm -d --network mlrun-network --name mlrun-ui -e MLRUN_API_PROXY_URL=http://jupyter:8080 mlrun/mlrun-ui:0.5.4
docker run -p 8070:8070 --rm -d --network mlrun-network --name nuclio -v /var/run/docker.sock:/var/run/docker.sock -v /tmp:/tmp quay.io/nuclio/dashboard:stable-amd64

Open the browser pointing to Jupyter, Nuclio, and MLRUn UIs at:

What will we do?

  1. Review some background about the problems of moving to production and how we can use this set of tools to help automate it.
  2. We will review how Nuclio integrates with Jupyter for easy deployment by using nuclio-jupyter.
    We will deploy an example translation (NLP) endpoint and use this template to create a function of our own.
  3. We will review MLRun with some basics and a local example, a full getting started tutorial to setup a project, tracking results, lunching a pipeline and how to easily create serving endpoints with MLRun's Serving runtime.

Through this process we will share about best practices, how to ease our work and innovate fast!

mlconference-workshop's People

Contributors

zilbermanor 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.