Skip to content

Commit

Permalink
Added Logo Detection project as part of PyDelhi Hackathon
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitin Mahesh authored and Nitin Mahesh committed May 1, 2017
1 parent f60c3ca commit 2d1f08a
Show file tree
Hide file tree
Showing 5 changed files with 630 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# pydelhi_hackathon
collection of experiments done on pydelhi hackathons

# Logo Detection folder
This project folder can be directly used with the Kivy App on Mac to run it locally. User can click the photo from the laptop web cam and internally code will fetch the Logos details from the Google Cloud Vision API. User need to update the creds.json file with their Vision API credentials details, which one can download from the GCP console easily.
5 changes: 5 additions & 0 deletions logoDetection/creds.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
i Please add your GCP credential JSON content here.
}


Loading

0 comments on commit 2d1f08a

Please sign in to comment.