An open API service indexing awesome lists of open source software.

https://github.com/maxgfr/visual-recognition-server

IBM Cloud application using Visual Recognition
https://github.com/maxgfr/visual-recognition-server

api dropzone dropzonejs ibm ibm-api ibm-cloud image-classification image-recognition javascript json json-response nodejs visual-recognition watson watson-services

Last synced: 12 months ago
JSON representation

IBM Cloud application using Visual Recognition

Awesome Lists containing this project

README

          

# visual-recognition-server

Application which uses Visual Recogntion - IBM

It sends a JSON response.

## Configuration

Firstly, you have to configure your Visual Recognition API KEY in the .env

Then, you have to launch this command :

```
npm install && bower install && gulp bower
npm start
```

## Visual Recogntion API

![alt text](https://github.com/maxgfr/visual-recognition-server/blob/master/capture/capture1.png)

## JSON Response

![alt text](https://github.com/maxgfr/visual-recognition-server/blob/master/capture/capture2.png)

## API

![alt text](https://github.com/maxgfr/visual-recognition-server/blob/master/capture/capture3.png)