Skip to content

Node JS file upload app that uses IBM Watson Classification API to classify images.

License

Notifications You must be signed in to change notification settings

bclark2/SmartFileUploads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building an AJAX File Uploader with NodeJs

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.

About

Node JS file upload app that uses IBM Watson Classification API to classify images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published