Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxgfr/ibm-speech-to-text-express
IBM Speech to Text using Express JS
https://github.com/maxgfr/ibm-speech-to-text-express
audio-recorder express expressjs ibm ibm-watson nodejs speech-to-text watson-speech-to-text web
Last synced: about 2 months ago
JSON representation
IBM Speech to Text using Express JS
- Host: GitHub
- URL: https://github.com/maxgfr/ibm-speech-to-text-express
- Owner: maxgfr
- Created: 2019-11-07T13:33:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:20:38.000Z (10 months ago)
- Last Synced: 2024-04-14T11:31:47.055Z (8 months ago)
- Topics: audio-recorder, express, expressjs, ibm, ibm-watson, nodejs, speech-to-text, watson-speech-to-text, web
- Language: JavaScript
- Homepage:
- Size: 291 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ibm-speech-to-text-express
The boilerplate provides an application which uses IBM Speech to Text in an ExpressJS application.
## Configuration
```
mv .env.example .env # AND SET YOUR OWN CREDENTIALS
npm install
```## Launch the application
```
npm start
```## Screenshot
![alt text](https://github.com/maxgfr/ibm-speech-to-text-express/blob/master/.github/screen1.png)