Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.
/ vision Public archive

Vision is a Python library that scans and analyzes receipts using Google Cloud Vision

Notifications You must be signed in to change notification settings

ajsridha/vision

Repository files navigation

Vision

Installation

  1. Create a .env file:
GOOGLE_APPLICATION_CREDENTIALS="/path/to/credentials.json"
  1. Install dependencies
pipenv install
  1. Activate the shell
pipenv shell
  1. Run the app
python vision/vision.py

Measuring Accuracy

Running all 100 tests

$ python measure.py

Running a specific image

$ python measure.py 3002745-189919.jpeg

About

Vision is a Python library that scans and analyzes receipts using Google Cloud Vision

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages