Skip to content

rubythonode/mamago

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mamago

Real-time voice translator using IBM watson and Google Translation.

DEMO

Configuration

rename config.example.js config.js

Configurate

module.exports = {
	watson: {
		url: "https://stream.watsonplatform.net/speech-to-text/api",
		username: "<YOUR_IBM_CREDENTIALS_USERNAME>",
		password: "<YOUR_IBM_CREDENTIALS_PASSWORD>"
	},
	google: {
		url: "https://translation.googleapis.com/language/translate/v2",
		token: "<YOUR_GOOGLE_API_KEY>"
	}
};

run locally

npm install
npm start

Access the running app in a browser at http://localhost:6001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.9%
  • CSS 1.9%
  • HTML 0.2%