Skip to content

kishieel/federated-handwritten-letters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start server

python server.py \
  --server-address=0.0.0.0:8080 \
  --num-rounds=6

Start client

python client.py \
  --server-address=127.0.0.1:8080 \
  --data-dir=./data/client-1

Predict single image

python predict.py \
    --image-path=./data/client-2/g/1691660116597.png \
    --model-path=./models/model-round-6.keras

Draw confusion matrix

python confusion.py 
    --model-path=./models/model-round-6.keras
    --data-dir=./data/client-2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages