0.2.0 • Published 2 years ago

@feltlabs/react v0.2.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

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