Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Latest commit

 

History

History
78 lines (41 loc) · 1.49 KB

README_CN.md

File metadata and controls

78 lines (41 loc) · 1.49 KB

Hi 👋

来都来了,不点个小星星吗?

Welcome to star this repo.

联邦学习-智慧医疗介绍视频 [Intro]

联邦学习-智慧医疗演示视频 [Demo]

README [EN|CN]

Github Page: See Here

Description

这是为医护人员操作而开发的简易GUI界面,服务器参数和客户端参数可用在config/config_server.yamlconfig/config_client.yaml中配置

  • 服务器主界面

  • 服务器主控界面

  • 客户端界面

  • 测试界面

  • 报告生成网页

Online Demo

Getting start

Installation

  • Install Redis & PaddleFL
  • Install requirements pip install -r requirements.txt

How to run

python serverFrame.py
python clientFrame.py 0
python clientFrame.py 1
python clientFrame.py 2

Changelog

v1.0.2_210210_beta

  • 修复部分bug
  • 添加英文报告

v1.0.1_210209_beta

  • 添加QSS美化界面

v1.0.0_201130_beta

  • 初代Demo开源