@feltlabs/react
v0.2.0
Published
Reusable React components for building FELT-based federated learning web experiences.
Downloads
1
Readme
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 processDisplayJobs
component to display started jobs