@feltlabs/react
v0.2.0
Published
Reusable React components for building FELT-based federated learning web experiences.
Downloads
77
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/reactUsage
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:
StartTrainingcomponent to start the training processDisplayJobscomponent to display started jobs
