Re: [google-appengine] Re: Image Detection - I want it to look in my library (bucket) only and identify based on images in my own bucket

2018-02-20 Thread Barry Hunter
Ohh, not seen AutoML before. But yes, that does look like custom trained AIs hosted in the cloud :) Interesting. On 20 February 2018 at 17:04, bFlood wrote: > only in alpha now but isn't this what AutoML is suppose to solve? (at > least the photo based portion, they mentioned there will be othe

[google-appengine] Re: Nodejs Google App Engine Deploy Always Fails - Error Response: [4] Timed out waiting for the app infrastructure to become healthy.

2018-02-20 Thread Oleksandr Oliynyk
Hello, yes, let's close this one. On Tuesday, 20 February 2018 01:38:43 UTC+7, George (Cloud Platform Support) wrote: > > Hello Alex, > > This is a duplicate of your posting "Google App Engine Deployment Err > Debug - Error Response: [4] Timed out waiting for the app infrastructure to > becom

[google-appengine] Re: Google App Engine Deployment Err Debug - Error Response: [4] Timed out waiting for the app infrastructure to become healthy.

2018-02-20 Thread Oleksandr Oliynyk
Hello George. Thank you for quick reply. Yes, let's keep it in this thread. It is just that I couldn't find anywhere my posted issue that I reported it twice. Best, Alex On Tuesday, 20 February 2018 02:02:09 UTC+7, George (Cloud Platform Support) wrote: > > Hello Alex, > > You have just ope

[google-appengine] Re: Image Detection - I want it to look in my library (bucket) only and identify based on images in my own bucket

2018-02-20 Thread bFlood
only in alpha now but isn't this what AutoML is suppose to solve? (at least the photo based portion, they mentioned there will be other AutoML modules). You load your own images, label them and then use the Vision API to access the results https://cloud.google.com/automl/ On Tuesday, Februar

[google-appengine] Re: Image Detection - I want it to look in my library (bucket) only and identify based on images in my own bucket

2018-02-20 Thread barryhunter
Technically no. You can't upload your own training dataset, and train the AI to produce *your *labels. Would need to deploy your own implementation - possibly via https://opensource.google.com/projects/tensorflow - deployed on GCE https://www.tensorflow.org/tutorials/image_recognition https:/