Giter VIP home page Giter VIP logo

mlops-workflow's Introduction

mlops_worflow

============================== Local run

k port-forward svc/minio-svc -n minio 9090 9000
k port-forward svc/ml-pipeline-ui 3000:80

==============================

test from End to End Machine learning pipeline with MLOps tools

Project Organization

├── LICENSE
├── README.md                   <- The top-level README for developers using this project.
├── data
│   ├── external                <- Data from third party sources.
│   ├── interim                 <- Intermediate data that has been transformed.
│   ├── processed               <- The final, canonical data sets for modeling.
│   └── raw                     <- The original, immutable data dump.
|
├── docker                      <- files to create image for flask app
│   ├── templates               <- html files for flask app pages
│   │   ├── home.html           <- home page "/"
|   |   └── submit_file.html    <- page to submit new data to append in dataset
│   |
│   ├── .env                    <- file to set env vars for flask app to access minio and github
│   ├── app.py                  <- main app file
│   ├── requirements.txt        <- packages needed to run flask app
|
├── flask                       <- files to deploy flask app in cluster
│   ├── cm.yml                  <- config map manifest
│   ├── deployment.yml          
│   ├── secret.yml              <- to access minio
|
├── kserve                      <- files to test kserve
├── kubeflow                    <- additional files to kubeflow
├── minio                       <- manifests to deploy minio
│
├── notebooks                   <- Jupyter notebooks. Naming convention is a number (for ordering),
│   |                              the creator's initials, and a short `-` delimited description, e.g.
│   |                              `1.0-jqp-initial-data-exploration`.
│   ├── 3s-DNN.ipynb            <- notebook from youtubegoes5g
│   ├── 3sdnn.py                <- just the python script parts
|
├── pipeline                    <- files to deploy kubeflow pipeline

mlops-workflow's People

Contributors

danilonicioka avatar

Watchers

 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.