Live data from Hacker News

Create invoices with your voice [open-source]

youtube.com

1–2 of 2 posts

Re: Create invoices with your voice [open-source]

#2
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...