Skip to content

Latest commit

 

History

History

object-detection

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: https://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 https://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