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