-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Hackathon/Codelab vision sample #788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…n-docs-samples into hackathon-vision-sample
…n-docs-samples into hackathon-vision-sample
Still TODO: use Jinja2 for HTML output, README instructions |
…n-docs-samples into hackathon-vision-sample
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No tests?
appengine/flexible/vision/main.py
Outdated
@@ -0,0 +1,127 @@ | ||
# Copyright 2015 Google Inc. All Rights Reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2017?
appengine/flexible/vision/main.py
Outdated
from google.cloud import vision | ||
|
||
|
||
CLOUD_STORAGE_BUCKET = '<your-storage-bucket>' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use os.environ and env_variables in app.yaml? (or do you have a good reason for this?)
…n-docs-samples into hackathon-vision-sample
will add test(s) soon |
@ryanmats this looks good, I'd just prefer we put it under |
Please create a bug for yourself to add tests. |
…n-docs-samples into hackathon-vision-sample
… students follow along on the README during the hackathon)
A work in progress for EDU hackathons / Codelab.