Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll committed Jun 28, 2024
1 parent 105c4e9 commit dd29d27
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/android-kotlin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Flower Android Example using Kotlin and TF Lite
labels: [basic, vision, fds]
dataset: [CIFAR-10 | https://huggingface.co/datasets/uoft-cs/cifar10]
framework: [Android, Kotlin, TensorFlowLite]
framework: [Android | https://www.android.com/, Kotlin | https://kotlinlang.org/, TensorFlowLite | https://www.tensorflow.org/lite]
---

# Flower Android Client Example with Kotlin and TensorFlow Lite 2022
Expand Down
2 changes: 1 addition & 1 deletion examples/android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Flower Android Example using Java and TF Lite
labels: [basic, vision, fds]
dataset: [CIFAR-10 | https://huggingface.co/datasets/uoft-cs/cifar10]
framework: [Android, Java, TensorFlowLite]
framework: [Android | https://www.android.com/, Java | https://www.java.com/, TensorFlowLite | https://www.tensorflow.org/lite]
---

# Flower Android Example (TensorFlowLite)
Expand Down
2 changes: 1 addition & 1 deletion examples/flower-via-docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Leveraging Flower and Docker for Device Heterogeneity Management in FL
labels: [deployment, vision, tutorial]
dataset: [CIFAR-10 | https://huggingface.co/datasets/uoft-cs/cifar10]
framework: [Docker]
framework: [Docker | https://www.docker.com/]
---

# Leveraging Flower and Docker for Device Heterogeneity Management in Federated Learning
Expand Down
2 changes: 1 addition & 1 deletion examples/ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Simple Flower Example on iOS
labels: [mobile, vision, fds]
dataset: [MNIST | https://huggingface.co/datasets/ylecun/mnist]
framework: [swift]
framework: [Swift | https://www.swift.org/]
---

# FLiOS - A Flower SDK for iOS Devices with Example
Expand Down
2 changes: 1 addition & 1 deletion examples/opacus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Sample-Level Differential Privacy using Opacus
labels: [dp, security, fds]
dataset: [CIFAR-10 | https://huggingface.co/datasets/uoft-cs/cifar10]
framework: [opacus, PyTorch]
framework: [opacus | https://opacus.ai/, torch | https://pytorch.org/]
---

# Training with Sample-Level Differential Privacy using Opacus Privacy Engine
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart-cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Simple Flower Example using C++
labels: [quickstart, linear regression, tabular]
dataset: [Synthetic]
framework: [C++]
framework: [C++ | https://isocpp.org/]
---

# Flower Clients in C++ (under development)
Expand Down
2 changes: 1 addition & 1 deletion examples/whisper-federated-finetuning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: On-device Federated Finetuning for Speech Classification
labels: [finetuning, speech, transformers]
dataset: [SpeechCommands | https://huggingface.co/datasets/google/speech_commands]
framework: [huggingface, whisper]
framework: [transformers | https://huggingface.co/docs/transformers/index, whisper | https://huggingface.co/openai/whisper-tiny]
---

# On-device Federated Finetuning for Speech Classification
Expand Down

0 comments on commit dd29d27

Please sign in to comment.