Coder Social home page Coder Social logo

caraml-dev / mlp Goto Github PK

View Code? Open in Web Editor NEW
48.0 13.0 17.0 938 KB

A platform for developing and operating the machine learning systems at the various stages of machine learning life cycle.

License: Apache License 2.0

Dockerfile 0.23% Makefile 0.76% Go 70.32% Shell 0.64% JavaScript 26.90% HTML 0.33% SCSS 0.82%
machine-learning

mlp's Introduction

Machine Learning Platform

Machine Learning Platform (MLP) is a unified set of products for developing and operating the machine learning systems at the various stages of machine learning life cycle. The typical ML life cycle can be viewed through the following nine stages:

Machine learning life cycle

MLP Products are systems and services that are specifically built to solve one or multiple stages of the machine learning life cycle's problems. Currently, we have published the following MLP products:

  • Feast - For managing and serving machine learning features.
  • Merlin - For deploying, serving, and monitoring machine learning models.
  • Turing - For designing, deploying, and evaluating machine learning experiments.

Architecture overview

Architecture overview

The MLP Server provides REST API used across MLP Products. It exposes a shared concepts such as ML Project. This repository also hosts Go and React (@caraml-dev/ui-lib) libraries used to build a common MLP functionailty.

Getting started

Prerequisites

  1. Google Oauth credential

    MLP uses Google Sign-in to authenticate the user to access the API and UI. After you get the client ID, specify it into REACT_APP_OAUTH_CLIENT_ID in .env.development file.

From Docker Compose

If you already have Docker installed, you can spin up MLP and its dependencies by running:

docker-compose up

MLP will now be reachable at http://localhost:8080.

From source

To build and run MLP from the source code, you need to have Go, Node.js, and Yarn installed. You will also need a running Postgresql database, Keto, and Vault servers. MLP uses Docker to make the task of setting up the dependencies a little easier. You can run make local-env to starting up all those dependencies.

make local-env
make run

OR

# `make` will execute `make local-env` and `make run`
make

Documentation

Go to the docs folder for the full documentation and guides.

React UI development

For more information on building, running, and developing the UI app and library, see the UI's README.md.

mlp's People

Contributors

ariefrahmansyah avatar ashwinath avatar deadlycoconuts avatar jonathanv28 avatar karzuo avatar khorshuheng avatar krithika369 avatar maniteja6799 avatar pradithya avatar romanwozniak avatar shydefoo avatar terryyylim avatar tiopramayudi avatar tkpd-hafizhan avatar zenovore avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mlp's Issues

codahale/hdrhistogram repo url has been transferred under the github HdrHstogram umbrella

Problem

The codahale/hdrhistogram repo has been transferred under the github HdrHstogram umbrella with the help from the original author in Sept 2020 (new repo url https://github.com/HdrHistogram/hdrhistogram-go). The main reasons are to group all implementations under the same roof and to provide more active contribution from the community as the original repository was archived several years ago.

The dependency URL should be modified to point to the new repository URL. The tag "v0.9.0" was applied at the point of transfer and will reflect the exact code that was frozen in the original repository.

If you are using Go modules, you can update to the exact point of transfer using the @v0.9.0 tag in your go get command.

go mod edit -replace github.com/codahale/hdrhistogram=github.com/HdrHistogram/[email protected]

Performance Improvements

From the point of transfer, up until now (mon 16 aug 2021), we've released 3 versions that aim support the standard HdrHistogram serialization/exposition formats, and deeply improve READ performance.
We recommend to update to the latest version.

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.