Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)