Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

speechly/photo-editor-demo

Repository files navigation

Speechly photo editor example

License

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/

About Speechly

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:

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
Example application Description
Instead of using buttons, input fields and dropdowns, Speechly enables users to interact with the application by using voice.
User gets real-time visual feedback on the form as they speak and are encouraged to go on. If there's an error, the user can either correct it by using traditional touch user interface or by voice.

Want to build something like this? Sign up to our wait list on Speechly website and read our documentation to learn more!

Development

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