Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/axeldavid45/speech-to-text-app-talendland
- Owner: AxelDavid45
- License: mit
- Created: 2020-07-25T19:23:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:34:22.000Z (about 2 years ago)
- Last Synced: 2024-11-10T16:07:30.102Z (about 2 months ago)
- Topics: express, ibm, javascript, nodejs, watson
- Language: JavaScript
- Homepage:
- Size: 4.73 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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