Skip to content
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

[FEAT] Support custom wakeword models in the websat #56

Open
mikejgray opened this issue Feb 3, 2024 · 0 comments
Open

[FEAT] Support custom wakeword models in the websat #56

mikejgray opened this issue Feb 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mikejgray
Copy link
Contributor

Objective

Right now you can only use hey_neon without creating a custom image. This should be configurable within the UI itself and users can upload the model(s) directly.

Probably requires that Iris/Hana have a persistent datastore, or we'd want to use a PVC in a location that the skill uploads the information to. If we use XDG it would support non-containerized use cases as well. We may be able to store it in the browser cache but that's not a great place long-term.

Initial Implementation Requirements

Users can upload an OWW tflite or onnx file and specify the name in text, and the UI will switch to use that wakeword.
Wakeword settings must persist past container reboots.

Other Considerations

No response

@mikejgray mikejgray added the enhancement New feature or request label Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Other Helpful Tasks
Development

No branches or pull requests

1 participant