You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,13 @@ license: mit
17
17
18
18
# Federated Learning for Privacy-Preserving Financial Data Generation with RAG Integration
19
19
20
-
This project implements a **complete federated learning framework** with a Retrieval-Augmented Generation (RAG) system for privacy-preserving synthetic financial data generation. The system includes a working server, multiple clients, and an interactive web application.
20
+
This project implements a complete federated learning framework with a Retrieval-Augmented Generation (RAG) system for privacy-preserving synthetic financial data generation. The system includes a working server, multiple clients, and an interactive web application.
21
21
22
-
## 🚀 Live Demo
22
+
## Live Demo
23
23
24
24
**Try it now**: [Hugging Face Spaces](https://huggingface.co/spaces/ArchCoder/federated-credit-scoring)
25
25
26
-
## ✨ Features
26
+
## Features
27
27
28
28
-**Complete Federated Learning System**: Working server, clients, and web interface
29
29
-**Real-time Predictions**: Get credit score predictions from the federated model
@@ -33,9 +33,9 @@ This project implements a **complete federated learning framework** with a Retri
33
33
-**Educational**: Learn about federated learning concepts
34
34
-**Production Ready**: Docker and Kubernetes deployment support
35
35
36
-
## 🎯 Quick Start
36
+
## Quick Start
37
37
38
-
### Option 1: Try the Demo (No Setup Required)
38
+
### Option 1: Try the Demo
39
39
1. Visit the [Live Demo](https://huggingface.co/spaces/ArchCoder/federated-credit-scoring)
40
40
2. Enter customer features and get predictions
41
41
3. Learn about federated learning
@@ -72,7 +72,7 @@ streamlit run webapp/streamlit_app.py
72
72
python test_complete_system.py
73
73
```
74
74
75
-
## 🎮 How to Use
75
+
## How to Use
76
76
77
77
### Web Application Features:
78
78
-**Demo Mode**: Works without server (perfect for HF Spaces)
@@ -91,7 +91,7 @@ python test_complete_system.py
91
91
6.**Global Model**: Updated model is distributed to all clients
92
92
7.**Prediction**: Users can get predictions from the global model
0 commit comments