Re: GWT, App Engine and Google Cloud Vision API demo - with a taste of material design

2016-03-15 Thread Drew Spencer
Thanks for this. I'm interested in seeing how you access the camera on mobile devices as that's something I'd like my app to do eventually. On Thursday, 10 March 2016 20:43:42 UTC, Gilberto wrote: > > There you go: https://github.com/gilberto-torrezan/feel-vision > -- You received this message

Re: GWT, App Engine and Google Cloud Vision API demo - with a taste of material design

2016-03-10 Thread Gilberto
There you go: https://github.com/gilberto-torrezan/feel-vision -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To

Re: GWT, App Engine and Google Cloud Vision API demo - with a taste of material design

2016-03-10 Thread Alain Ekambi
I need something like that. Will check it out :) On 10 March 2016 at 20:43, Gilberto wrote: > I'm yet to deploy the entire project to GitHub, but in the mean time I can > share parts of the code if you want it. ;-) > > The most relevant part of the GWT code (the

Re: GWT, App Engine and Google Cloud Vision API demo - with a taste of material design

2016-03-10 Thread Gilberto
I'm yet to deploy the entire project to GitHub, but in the mean time I can share parts of the code if you want it. ;-) The most relevant part of the GWT code (the camera widget) is already opensourced. -- You received this message because you are subscribed to the Google Groups "GWT Users"

Re: GWT, App Engine and Google Cloud Vision API demo - with a taste of material design

2016-03-10 Thread Alain Ekambi
Opensource ? :) On 10 March 2016 at 19:45, Gilberto wrote: > Hi folks, > > Here is a demo built with GWT Material, App Engine and the new Google > Cloud Vision API, showing how the face detection and the sentiment analysis > work. Check it out:

GWT, App Engine and Google Cloud Vision API demo - with a taste of material design

2016-03-10 Thread Gilberto
Hi folks, Here is a demo built with GWT Material, App Engine and the new Google Cloud Vision API, showing how the face detection and the sentiment analysis work. Check it out: https://feel-vision.appspot.com/ It uses the HTML5 Streams API, which is not supported on IE (only on Edge) and