Examples of using Speechly for different use-cases.
Each example is a complete application consisting of a configuration and a web application. You can choose to run it locally using our handy react templates or straight in the browser using the linked CodePen.
An empty configuration provides a transcript, but no intents or entities.
Useful when
Note that also speech-to-text accuracy is affected by the configuration. Especially accuracy on domain-specific vocabulary can be significantly increased by providing these as part of your configuration.
This example demonstrates the technology that underlies our Fashion demo. At the core is a regular faceted search engine, and voice is simply used to manipulate the drop-down filters.
Supports utterances such as
Entering data into a Web form can be a daunting task, especially on a mobile device. This example shows how to set up a form so that it can be filled out with voice.
Supports utterances such as
Users not finding a piece of information on a complex website is a common UX frustration. This example demonstrates how a voice FAQ service can make your site easier to navigate.
Supports utterances such as
Last updated by Ari Nykänen on June 17, 2022 at 13:50 +0300
Found an error on our documentation? Please file an issue or make a pull request