Keep the children busy and train the A.I behind Google Autodraw simultenously
Anyway, my son likes to "disturb" me while I'm working and he is getting bored of his Lego toy. I need something to get his boredom over and at the same time introduce him to drawing as a hobby.
Aikes! I don't have color pencils in my office. Nevermind, Google Creative Lab has an A.I drawing tool for the rest of us - Autodraw. You know, for people like me that can't really draw well... but still want to draw something.
Here is a sample of my own drawing.
Autodraw is a free web application that allows anyone to draw easily. No need to install any app. Just point your browser to https://www.autodraw.com/ and start drawing. My son loves it!
Autodraw is powered by the same machine learning technology use by Quick Draw to guess what your doodle might be. This is how Google outsourced the artificial intelligence training by making the application interesting. No need to spend money to hire laborers across the world with Amazon's Mechanical Turk.
Heck, they even use the technology for hiring purpose at https://www.creativelab5.com/
Sources:
See also : How many report cards you should have?
By AdamNg
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Something interesting
Advertisement
Tutorials
+6.5k Golang : Intercept and compare HTTP response code example
+4.6k Golang : Derive cryptographic key from passwords with Argon2
+7.2k Golang : Generate Codabar
+38.5k Golang : Use wildcard patterns with filepath.Glob() example
+14.3k Golang : How to implement two-factor authentication?
+10k Golang : How to display image file or expose CSS, JS files from localhost?
+10.2k Golang : Get user input until a command or receive a word to stop
+17.2k Golang : How to get struct tag and use field name to retrieve data?
+16.7k Golang : Check if directory exist and create if does not exist
+10.6k Golang : How to pass map to html template and access the map's elements
+5.3k Golang : Null and nil value
+16.4k Golang : Write file with io.WriteString