Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlemoe/speech2word
web端小工具,语音转文本,使用百度语音API实现
https://github.com/mlemoe/speech2word
nuxt vue
Last synced: about 1 month ago
JSON representation
web端小工具,语音转文本,使用百度语音API实现
- Host: GitHub
- URL: https://github.com/mlemoe/speech2word
- Owner: MleMoe
- License: mit
- Created: 2020-10-10T11:59:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T11:49:34.000Z (almost 4 years ago)
- Last Synced: 2024-10-29T15:51:32.056Z (3 months ago)
- Topics: nuxt, vue
- Language: Vue
- Homepage: https://voice2word.mle.moe
- Size: 2.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# speech2word
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).