@feltlabs/react
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

FELT Labs component library

This package contains react components that can be used to integrate federated learning into your web application.

Installation

npm install @feltlabs/react
# or
yarn add @feltlabs/react

Usage

First you need to initialize the library with your API key

import { initializeApp } from '@feltlabs/react';

initializeApp({ apiKey: 'API-KEY' });

Then you can use 2 components:

  • StartTraining component to start the training process
  • DisplayJobs component to display started jobs

Readme

Keywords

none

Package Sidebar

Install

npm i @feltlabs/react

Weekly Downloads

1

Version

0.2.0

License

Apache-2.0

Unpacked Size

212 kB

Total Files

244

Last publish

Collaborators

  • bret01
  • filipmasar