Ecosyste.ms: Awesome
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: 7 days ago
JSON representation
IBM Cloud application using Visual Recognition
- Host: GitHub
- URL: https://github.com/maxgfr/visual-recognition-server
- Owner: maxgfr
- License: mit
- Created: 2018-04-23T17:17:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:20:48.000Z (9 months ago)
- Last Synced: 2024-04-14T11:31:51.769Z (7 months ago)
- Topics: api, dropzone, dropzonejs, ibm, ibm-api, ibm-cloud, image-classification, image-recognition, javascript, json, json-response, nodejs, visual-recognition, watson, watson-services
- Language: CSS
- Homepage:
- Size: 4.52 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)