Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.3 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.3 KB

gobookie - fun with Google Cloud Vision API :]

Go Report Card

gobookie is an experimental project that aims to help users quickly catalog, check prices for resale, donation, etc in one shot. Take a photo of your bookshelves and Bookie will grab title/author information using Google's Cloud Vision API and return additional metadata and check their current resale value.

INT 2.3: Spring Intensive | Proposal
BEW 2.5: MakeUtilityProject | Proposal

Some Experimental Processing

edges

annotated

To Run:

(Requires GCP credentials)

$ export GOOGLE_APPLICATION_CREDENTIALS=GOOGLE_SA_CREDENTIALS.json
$ go build -o ./gobookie
$ ./gobookie scan images/book_1.jpg

Resources