gautam-jha / google-vision-image-processing

Home Page:https://visiondev.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Vision API

An app for Google Vision Image Detection and add OCR

Just a small college level project with utilizes google vision services for the most of the difficult parts.

to run the project

  • copy key.example.json as key.json or download file from google cloud iam account and place it into the root directory
{
  "type": "service_account",
  "project_id": "",
  "private_key_id": "",
  "private_key": "",
  "client_email": "",
  "client_id": "",
  "auth_uri": "",
  "token_uri": "",
  "auth_provider_x509_cert_url": "",
  "client_x509_cert_url": ""
}

About

https://visiondev.herokuapp.com/


Languages

Language:HTML 57.5%Language:JavaScript 42.5%