Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions site/content/decentralized-ai/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Decentralized AI"
sort_by = "weight"
+++
11 changes: 11 additions & 0 deletions site/content/decentralized-ai/flower.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
+++
title = "Flower"
weight = 60
[extra]
linkURL = "https://flower.ai"
description = "A unified approach to federated learning, analytics, and evaluation. Federate any workload, any ML framework, and any programming language."
additionalLinks = [
{ url = "https://github.com/adap/flower/", icon = "/icons/github.svg", tooltip = "GitHub Repository" },
{ url = "https://flower.ai/docs/framework/", icon = "/icons/documentation.svg", tooltip = "Documentation" },
]
+++
3 changes: 2 additions & 1 deletion site/etc/categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
{ "path": "command-line-tools/_index.md", "title_bar_color": "bg-pink-600", "background_color": "bg-pink-50" },
{ "path": "developer-tools/_index.md", "title_bar_color": "bg-purple-600", "background_color": "bg-purple-50" },
{ "path": "model-development/_index.md", "title_bar_color": "bg-orange-600", "background_color": "bg-orange-50" },
{ "path": "model-infra/_index.md", "title_bar_color": "bg-pink-600", "background_color": "bg-pink-50" }
{ "path": "model-infra/_index.md", "title_bar_color": "bg-pink-600", "background_color": "bg-pink-50" },
{ "path": "decentralized-ai/_index.md", "title_bar_color": "bg-orange-600", "background_color": "bg-orange-50" }
],
"column2": [
{ "path": "vector-databases/_index.md", "title_bar_color": "bg-purple-600", "background_color": "bg-purple-50" },
Expand Down