-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/SK-1356 | Added example of keyword detection using client api #805
base: master
Are you sure you want to change the base?
Conversation
------------- | ||
|
||
- `Python >=3.9, <=3.12 <https://www.python.org/downloads>`__ | ||
- `A project in FEDn Studio <https://fedn.scaleoutsystems.com/signup>`__ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requires conda?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, but you can't install SOX via pip. So in that case you will need to run
brew install sox
----------------------------- | ||
|
||
This is an example to showcase how to set up FEDnClient and use APIClient to setup and manage a training from python. | ||
The machine learning project is based on the Speech Commands dataset from Google. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe add link to dataset explaination: https://huggingface.co/datasets/google/speech_commands
This pull request to
examples/pytorch-keyworddetection-api
as a new example for keyword detection using PyTorch. The changes involve adding new files and new documentation.New Example Script:
Documentation Updates:
Data Handling:
Configuration Files:
.gitignore
file to exclude data files and specific file types generated during the example execution.API Client Setup: