GithubHelp home page GithubHelp logo

emediacode / ml-rest Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apinf/ml-rest

0.0 2.0 0.0 903 KB

REST API (and possible UI) for Machine Learning workflows

License: The Unlicense

Python 90.94% HTML 9.06%

ml-rest's Introduction

Need

Businesses and governments have a lot of data, and want to learn about structures and patterns in the data. This might include being able to make predictions extending from the data.

Use case examples

Time-series analysis

Companies, research organizations, governments, etc. often collect data/observations containing timestamps. It is useful in many cases to find trends or patterns in data over time, including the possibility to forecast future trends. These types of analyses fall under the umbrella of time series analysis.

Specific examples include:

Anomoly detection

We can search for values that stand out of the normal range, or variance, in medium or large data sets. These 'abnormal' data may point to problems or unique conditions, which need attention. Anomoly detection algorithms can help decision makers quickly find unusual segments of data.

Specific examples include:

  • fraud detection
  • server monitoring and alerting

Related resources

Situation

There are myriad tools to help people design Machine Learning workflows. However, there does not appear to be a visual programming environment with machine learning primitives.

Goal

Build a general purpose machine learning programming environment that is accessible by a REST API and web user interface.

Roadmap

  • Sketch out REST API using design-first API tool
    • seek feedback on API design from Orange3 developers, APInf team, ML community
  • Create wireframe, and possibly mockups, of User Interface
  • Research/choose framework(s) and libraries to commence development
    • REST framework
    • UI framework (if applicable)
    • Visualization framework (if applicable)
  • Scaffold initial REST API
  • Prototype initial User Interface using UI framework

Design

The design will most likely consist of a REST API and User Interface, developed as separate components.

API

A REST API would make it easy to use Machine Learning algorithms, since users would not have to install or maintain the ML software.

The API might be structured to mirror the Orange3 User Interface. Specifically, the Orange3 UI has the following structure:

  • Data - widgets for data handling (import, export, random data generation, processing etc)
  • Visualize - widgets to represent data in various forms (scatter plot, tree, histogram, etc)
  • Model - widgets to analyze data and pick predictive algorithm(s)
  • Evaluate - widgets to test the strength of chosen predictive algorithm(s)
  • Unsupervised - widgets for selecting unsupervised learning models (probably can be combined under the Model section of the API)

UI

The user interface for machine learning algorithms will make it easy for people with little programming experience to build machine learning services. The UI should include interface for interacting with data, sequencing ML tasks, and accessing output. It might also include basic visualizations to give users insight into data (histogram, etc)

UI Mockup

UI contains features such as:

  • Upload .csv file with historical data
  • Set the number of traits (hallmarks, set of data was based on predecting)
  • Area of output result

Existing tools

It is worth building on top of existing tools, to make our work more focused. This section outlines relevant tools for building the idea as easily as possible.

REST framework(s)

  • Connexion Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support
  • Eve is the Simple Way to REST that is based on Flask
  • Lepo โ€“ Contract-first REST APIs in Django

Machine Learning Framework(s)

  • scikit-learn: a popular and consistent API for many machine learning algorithms, written in Python

Machine Learning User Interface(s)

Orange3

Orange3: machine learning user interface with drag and drop modelling, visualization, data management and more.

  • based on scikit-learn
  • open issue for REST API design: biolab/orange3#1419
  • may need a web-based UI widget library

While Orange3 has a user interface, it is based on the Qt framework. This design decision means Orange3 is primarily relegated to Desktop usage. It may be desirable to build a web native user interface, so that no end-user download is necessary (aside from a web browser) to use the software .

Machine Learning REST Interface(s)

General UI widgets

To build out the overall user interface, we can select an existing JS UI framework, such as:

Graph/data flow widgets

Following the conventions in the Orange3 user interface, ML sequences can be modeled as data flows. To facilitate this type of modelling/interation, we can build on an existing JavaScript UI framework such as the following:

Flow-based programming environments

There are some programming environments that support a flow-based visual workflow. The following examples are open-source, and run in aweb browser:

  • NodeRed is a browser-based editor that makes it easy to wire together flows using the wide range of nodes in the palette that can be deployed to its runtime in a single-click.
  • WireCloud is an end-user centred web application mashup platform aimed at allowing end users without programming skills to easily create web applications and dashboards/cockpits

Visualization

For similar reasons as the user interface, the visualization framework should be based on web standards.

A discussion was opened in the Orange3 repository related to open-source, web-based data visualization frameworks.

Proposals for the data visualization framework include:

  • Altair - Altair is a declarative statistical visualization library for Python, based on the powerful Vega-Lite visualization grammar.

  • Bokeh - Bokeh is a Python interactive visualization library that targets modern web browsers for presentation.

  • Matplotlib D3 (mpld3) - The mpld3 project brings together Matplotlib, the popular Python-based graphing library, and D3js, the popular JavaScript library for creating interactive data visualizations for the web.

Resources

ml-rest's People

Contributors

brylie avatar marla-singer 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.