This is an simple photo editing application which can edit the brightness, add and remove filters and crop images by using voice. You can follow our tutorial to see how this was built.
Built with:
You can check it out at https://speechly.github.io/photo-editor-demo/
Speechly is a developer tool for building real-time multimodal voice user interfaces. It enables developers and designers to enhance their current touch user interface with voice functionalities for better user experience. Speechly key features:
- Fully streaming API
- Multi modal from the ground up
- Easy to configure for any use case
- Fast to integrate to any touch screen application
- Supports natural corrections such as "Show me red – i mean blue t-shirts"
- Real time visual feedback encourages users to go on with their voice
Want to build something like this? Sign up to our wait list on Speechly website and read our documentation to learn more!
npm install
# Configure your Speechly app ID
export REACT_APP_APP_ID="your-app-id"
# Configure your Speechly app language
export REACT_APP_LANGUAGE="your-app-language"
# Open http://localhost:3000 to view it in the browser.
npm run start