Skip to content

Commit a4e29e8

Browse files
committed
Replace CatBoost project with Flower.ai in homepage featured section
- Update featured projects to showcase federated learning work - Flower.ai project demonstrates advanced ML and privacy-preserving techniques - Better represents current AI/ML focus and technical capabilities
1 parent 0c3b370 commit a4e29e8

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,18 @@ <h3>Neo4j Language Learning Tutor</h3>
6363
</div>
6464

6565
<div class="project-card">
66-
<div class="catboost-placeholder">
67-
<div class="catboost-logo">
68-
<h3 style="margin: 0; font-size: 2rem;">CatBoost</h3>
69-
<p style="font-size: 0.9rem; opacity: 0.8; margin: 0.5rem 0;">Gradient Boosting</p>
66+
<div class="project-placeholder">
67+
<div class="placeholder-content">
68+
<h4>Flower.ai</h4>
69+
<p>Federated Learning</p>
7070
</div>
7171
</div>
7272
<div class="project-info">
73-
<h3>Movie Score Prediction ML System</h3>
74-
<p>Ensemble models achieving excellent performance (RMSE ~0.3)</p>
73+
<h3>Federated ActivityPub Recommendation System</h3>
74+
<p>Privacy-preserving federated learning for decentralized social media recommendations</p>
7575
<div class="project-links">
76-
<a href="https://github.com/MirkoRUG/Applied-ML-Group17" class="btn btn-small" target="_blank">GitHub</a>
76+
<a href="https://github.com/coding-crying/federated-activitypub-recommendations" class="btn btn-small" target="_blank">GitHub</a>
77+
<a href="https://flower.ai/docs/framework/" class="btn btn-small btn-outline" target="_blank">Docs</a>
7778
</div>
7879
</div>
7980
</div>

0 commit comments

Comments
 (0)