Giter Site home page Giter Site logo

rkuester / visual-blocks Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wrighkv1/visual-blocks

0.0 0.0 0.0 2.59 MB

Develop a Python pip package so that notebook users can use Rapsai GUI directly in any hosted jupyter notebook.

License: Apache License 2.0

Shell 0.01% Python 0.18% Jupyter Notebook 99.82%

visual-blocks's Introduction

Visual Blocks

Visual Blocks is a framework that allows any platform or application to easily integrate a visual and user-friendly interface for ML creation. Visual Blocks aims to help applications & platforms accelerate many stages of the ML product cycle including pipeline authoring, model evaluation, data pipelining, model & pipeline experimentation, and more. Visual Blocks enables these behaviors through a JavaScript front-end library for low/no code editing and a separate JS library embedding the newly created experience.

Components

Node Graph Editor

The node graph editor is a custom Angular component. It takes a graph json file as input.

Library of ML Nodes

ML Nodes include Models, I/O (camera, image, mic, etc), and Visualizations.

Runtime

The runner takes a graph json file and a list of nodes. It traverses the graph to decide execution order. For each node execution, it loads the Angular component and uses the run function to run it.

Visual Blocks in Google Colaboratory

There is a Visual Blocks Python package for use within Google Colaboratory notebooks.

For Users

!pip install visual_blocks and import visual_blocks in your Colaboratory notebooks. See the example notebooks in the directory examples/.

For Developers

!pip install git+https://... in a notebook installs the package straight from the latest, unreleased source in Github. The notebooks in the tests/ directory use this method.

The directory scripts/ contains turnkey scripts for common developer tasks such as building and uploading the Python distribution package.

Build and upload package to TestPyPI

One time setup:

# Install `build`.
$ python3 -m pip install --upgrade build

# Install `twine`, and make sure its binary is in your PATH.
$ python3 -m pip install twine

Steps:

  1. Update the version number in pyproject.toml.
  2. Run scripts/package to build the package.
  3. Run scripts/upload to upload the package. You need to have the username and password ready.

Contributions

We are not accepting contributions at this time. The Visual Blocks team will contribute to this library.

Copyright and license

Copyright under the Apache 2.0 license.

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.