Skip to content

LockyStewart/image-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Analysis

The Image Analysis app let you recognize items in images and speak the resulting description. It uses Visual Recogniation 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.

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.

Explain how to clone the git repo they get with the deploy to bluemix button.

  1. Copy the credentials from your visual-recognition and text-to-speech service in Bluemix to vr.js and tts.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

Troubleshooting

Explain how to see the deploy logs in jazzhub

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published