Skip to content

chich2/ICNS-Federated-Learning-Demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Federated Learning Web Demo


IBM Federated Learning + Flask + Vue.js + Nuxt.js


Build Setup

# start flask server
$ python backend/fl_server.py

# start nuxt sever
$ cd frontend

# install dependencies
$ npm install

# serve with host reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.8%
  • Vue 20.2%
  • JavaScript 1.8%
  • CSS 0.2%