Hacker News new | ask | show | jobs
Create invoices with your voice [open-source] (youtube.com)
1 points by hillelcoren 3349 days ago
1 comments

Here are the resources I used to implement the feature:

- https://developers.google.com/web/updates/2013/01/Voice-Driv...

- https://www.luis.ai/home/index

The app uses the Web Speech API to convert the audio to text. The text is sent to LUIS which determines the intent. Finally, the app converts the intent to a redirect.

Reddit post: https://www.reddit.com/r/laravel/comments/63gm1i/laravel_web...