To Run This On Your Local Machine
-
Clone This Repo
git clone https://github.com/ekaksher/FedCTR -
Change Working Directory
cd FedCTR -
Install Requirements
pip3 install -r requirements.txt -
To Run The Server
python FL/server.py -
To Run The Clients Run The Command Below Where 'cid' is the unique client id which is numerical and less than total number of clients
python FL/client.py cid -
To Run The Deployment Server For Interaction
python Deployment/home.py