Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add federated learning function to the client side #9

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

Zavier-opt
Copy link

This is the client side of the federated learning function. Find the full FL function information at the https://github.com/Zavier-opt/fineract-federatedLearning-research/blob/main/READEME.md

The client is responsible for training the model locally under the control of the server. And client side is deployed on the Django rest framework. It is created as a new app(fl_learning) to the previous credit scorecard Django project. Here is the link to the client code: https://github.com/Zavier-opt/fineract-credit-scorecard/tree/develop/fl_learning

This fl_learning app is mainly composed of these files:

views.py: Provides the predict and train function. This is the core of this federated learning function.
fl_model.py: Defines the prediction model, training process, and flower model.
fl_utility.py: Provides utility functions.
urls.py: Define the API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant