AJAX file uploader and image classification via IBM Watson. Uses NodeJs, express, and formidable. Sign up for an account with IBM Cloud here ---> https://www.ibm.com/watson/services/visual-recognition/ Replace the Username and Password with the credentials provided by IBM in the app.js file. The image classification will be logged to the console. Custom classifiers can be created to improve results.
Run npm update to make sure that the dependencies are up to date. To start the application navigate to the root of the project where app.js lives. Run npm start or node app.js and the server with start. On Ubuntu you may have to use nodejs app.js depending on the version of Node.js you have installed.