A responsive web app to identify scenes and objects in images using The IBM Watson™ Visual Recognition service.
https://watson-visual-recognitions.herokuapp.com/
- React
- ExpressJS
- SCSS
- IBM Watson™ Visual Recognition
- Visual recognition and analysis
It requires Node and NPM to run. Clone the project from github.
$ git clone https://github.com/karimdeif/watson-visual-recognition.git
$ cd watson-visual-recognition
$ npm run setup
$ npm run dev
$ cd client
$ npm install
$ npm start
$ npm install
$ npm start
- Make responsive
- Remove third party dependency for image upload
- Move frontend and backend to same repo and host on same server
- Add animations, make interactions look beautiful