@marcellejs/core
TypeScript icon, indicating that this package has built-in type declarations

0.6.5 • Public • Published

Marcelle

An Interactive Machine Learning Toolkit

https://marcelle.dev

Status License npm version

Status ⚠️

Marcelle is still experimental and is currently under active development. Breaking changes are expected.

About

Marcelle is a modular open source toolkit for programming interactive machine learning applications. Marcelle is built around components embedding computation and interaction that can be composed to form reactive machine learning pipelines and custom user interfaces. This architecture enables rapid prototyping and extension. Marcelle can be used to build interfaces to Python scripts, and it provides flexible data stores to facilitate collaboration between machine learning experts, designers and end users.

Installation

See online documentation

Using NPM:

npm install @marcellejs/core --save

Using Yarn:

yarn add @marcellejs/core

Usage

See Online Documentation

🛠 Developing

Building the library

To build for production:

yarn build # OR npm run build

To build for development (watch mode):

yarn dev # OR npm run dev

To generate the typescript declaration files (useful for the rollup example), run yarn build:types in production, or yarn dev:types in development.

Setting up VSCode

Download VSCode and install the following extensions:

Credits

Marcelle is a research project led by Jules Françoise (CNRS researcher at LISN) and Baptiste Caramiaux (CNRS researcher at ISIR).

This research was supported by the ELEMENT project (ANR-18-CE33-0002) from the French National Research Agency.

✍️ Authors

Citing this work

Please cite the following publication when refering to Marcelle in academic publications:

Jules Françoise, Baptiste Caramiaux, Téo Sanchez. Marcelle: Composing Interactive Machine Learning Workflows and Interfaces. Annual ACM Symposium on User Interface Software and Technology (UIST ’21), Oct 2021, Virtual. DOI: 10.1145/3472749.3474734.
> PDF

Supporting institutions

🔨 Built Using

🎉 Acknowledgements

Package Sidebar

Install

npm i @marcellejs/core

Weekly Downloads

29

Version

0.6.5

License

MIT

Unpacked Size

62.2 MB

Total Files

141

Last publish

Collaborators

  • julesfrancoise