lnickers2004 / image-analysis

:camera:Image Analysis is a tool that helps you identify and translate objects in images. This app uses three Watson APIs: Visual Recognition identifies objects in images. Text to Speech creates audible speech from text. Machine Translation translates text from one language to another.

Home Page:http://image-analysis.mybluemix.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Analysis

The Image Analysis app let you recognize items in images and speak the resulting description. It uses Visual Recognition to identify objects in images, Machine Translation to translate the description into another language, and Text to Speech to pronounce the resulting translation.

Give it a try! Click the button below to fork into IBM DevOps Services and deploy your own copy of this application on Bluemix.

Lab Instructions: INSTRUCTIONS

Demo: http://image-analysis.mybluemix.net/

Deploy to Bluemix

Running locally

The application uses Node.js and npm so you will have to download and install them as part of the steps below.

  1. Copy the credentials from your Visual Recognition and Text to Speech service in Bluemix to visual-recognition.js and text-to-speech.js, you can see the credentials by going to bluemix.net.

  2. Install Node.js

  3. Go to the project folder in a terminal and run: npm install

  4. Start the application

  5. node app.js

  6. Go to http://localhost:3000

License

This sample code is licensed under Apache 2.0. Full license text is available in COPYING.

Contributing

See CONTRIBUTING.

Open Source @ IBM

Find more open source projects on the IBM Github Page

About

:camera:Image Analysis is a tool that helps you identify and translate objects in images. This app uses three Watson APIs: Visual Recognition identifies objects in images. Text to Speech creates audible speech from text. Machine Translation translates text from one language to another.

http://image-analysis.mybluemix.net/


Languages

Language:CSS 88.5%Language:JavaScript 9.6%Language:HTML 1.9%