Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 797 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 797 Bytes

Simple KOA Google Vision API

Credits Google 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
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:

  • Face Detection
  • Landmark Detection
  • Text Detection
  • Document Text Detection
  • Swagger Docs