Initial Gradio web UI
Basic Dockerfile with default config for k8s deployment
Adds Docker automation
Issues
Other Notes
This implementation does not queue inputs and may encounter race conditions with multiple users
per-user settings are not implemented; changes in the Web UI will affect all users of the service
Input audio resampling is not efficiently implemented here. Consider pulling the implementation from ovos-stt-http-server or using helpers from neon_utils.file_utils
Speech input should print STT results to the chat UI in addition to response
After submitting recorded input audio the UI element should reset
Description
Initial Gradio web UI Basic Dockerfile with default config for k8s deployment Adds Docker automation
Issues
Other Notes
ovos-stt-http-server
or using helpers fromneon_utils.file_utils