https://github.com/betiol/koa-google-vision-api
Vision API KoaJS Wrapper
https://github.com/betiol/koa-google-vision-api
google koajs vision-api
Last synced: about 1 year ago
JSON representation
Vision API KoaJS Wrapper
- Host: GitHub
- URL: https://github.com/betiol/koa-google-vision-api
- Owner: betiol
- Created: 2018-05-23T03:36:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T17:04:16.000Z (about 8 years ago)
- Last Synced: 2025-04-12T01:17:05.250Z (about 1 year ago)
- Topics: google, koajs, vision-api
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple KOA Google Vision API
Credits [Google Cloud Vision](https://github.com/GoogleCloudPlatform/cloud-vision)
### To run:
- Duplicate and change name ```config.sample.js``` to `config.js`
- Add your `vision-key.json` and `projectId`
For more info check: [Google Vision Docs](https://cloud.google.com/vision/docs/libraries#using_the_client_library)
```
yarn || npm i
yarn start
```
Labels:
Send post to `/labels`
Property: `image`: `upload image`
Landmark:
Send post to `/landmark`
Property: `image`: `upload image`
Text:
Send post to `/text`
Property: `image`: `upload image`
Face Detection:
Send post to `/face-detection`
Property: `image`: `upload image`
## Ideas:
- [X] Face Detection
- [X] Landmark Detection
- [X] Text Detection
- [ ] Document Text Detection
- [ ] Swagger Docs