Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/axeldavid45/speech-to-text-app-talendland

Project Speech to Text Backend, this project converts audio to text, translates the text to many languages, using IBM Watson Services
https://github.com/axeldavid45/speech-to-text-app-talendland

express ibm javascript nodejs watson

Last synced: 1 day ago
JSON representation

Project Speech to Text Backend, this project converts audio to text, translates the text to many languages, using IBM Watson Services

Awesome Lists containing this project

README

        

# IBM challenge speech to text app
In this project I will be using IBM technologies to reach objective:
Build an application that engage students using speech to text and translation services.

### Stack 🔥
- NodeJs
- Express
- IBM Speech to text service
- MongoAtlas

### Installation
- Install dependencies
```
npm install
```
- Fill the environment variables
```
PORT=3000
# To turn off debug mode, change the value to: production
MODE=develop
#IBM SPEECH TO TEXT CREDENTIALS
SPEECH_API_KEY=
SPEECH_URL=

#MONGOATLAS
MONGO_HOST=
MONGO_USR=
MONGO_PASS=
MONGO_DB=
```

If you want to run it on your computer use the master branch
Follow me on Twitter: @E_Axel45