TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Create invoices with your voice [open-source]

1 点作者 hillelcoren大约 8 年前

1 comment

hillelcoren大约 8 年前
Here are the resources I used to implement the feature:<p>- <a href="https:&#x2F;&#x2F;developers.google.com&#x2F;web&#x2F;updates&#x2F;2013&#x2F;01&#x2F;Voice-Driven-Web-Apps-Introduction-to-the-Web-Speech-API" rel="nofollow">https:&#x2F;&#x2F;developers.google.com&#x2F;web&#x2F;updates&#x2F;2013&#x2F;01&#x2F;Voice-Driv...</a><p>- <a href="https:&#x2F;&#x2F;www.luis.ai&#x2F;home&#x2F;index" rel="nofollow">https:&#x2F;&#x2F;www.luis.ai&#x2F;home&#x2F;index</a><p>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.<p>Reddit post: <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;laravel&#x2F;comments&#x2F;63gm1i&#x2F;laravel_web_speech_api_luisai_voice_driven_web_app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;laravel&#x2F;comments&#x2F;63gm1i&#x2F;laravel_web...</a>