Skip to content

manvendra22/watson-visual-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watson Visual Recognition

A responsive web app to identify scenes and objects in images using The IBM Watson™ Visual Recognition service.

Live Link

https://watson-visual-recognitions.herokuapp.com/

Screenshot

Tech stack:

  • React
  • ExpressJS
  • SCSS

APIs:

  • IBM Watson™ Visual Recognition

Features:

  • Visual recognition and analysis

Installation

It requires Node and NPM to run. Clone the project from github.

$ git clone https://github.com/manvendra22/watson-visual-recognition.git
$ cd watson-visual-recognition

For running both Frontend & Backend in one shot using concurrently

$ npm run setup
$ npm run dev

For Frontend to run on port 3000

$ cd client
$ npm install
$ npm start

For Backend to run on port 9000

$ npm install
$ npm start

Roadmap:

  • 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