An open API service indexing awesome lists of open source software.

https://github.com/code-parth/federated-learning-kestra


https://github.com/code-parth/federated-learning-kestra

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Federated Credit Scoring with Kestra

### architecture

![image](https://github.com/user-attachments/assets/dc80cd80-2c20-4858-8d9b-cfea2894f3b1)

### Prerequisites
- Docker
- Docker Compose

### Installation
1. Clone the repository
2. Run `docker-compose up --build`

### Access
- Kestra Dashboard: http://localhost:8080
- Workflow: `flows/federated-learning-workflow.yml`

## Workflow Details
- Builds Docker image for Federated Learning
- Runs Federated Learning simulation
- Stores results in `results/` directory

## Configurable Parameters
- `NUM_INSTITUTIONS`: Number of simulated institutions
- `NUM_SAMPLES`: Samples per institution
- `RANDOM_SEED`: Reproducibility seed