Skip to content

betiol/koa-google-vision-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published