-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Logo Detection project as part of PyDelhi Hackathon
- Loading branch information
Nitin Mahesh
authored and
Nitin Mahesh
committed
May 1, 2017
1 parent
f60c3ca
commit 2d1f08a
Showing
5 changed files
with
630 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
i Please add your GCP credential JSON content here. | ||
} | ||
|
||
|
Oops, something went wrong.