Snap! and Project Intro
Snap! is a block-like programming language which is designed for kids and beginners to learn. It lowered the threshold of programming. Nowadays, AI is a new technology which also has a high threshold. Building AI in Snap! will lower the threshold of AI, and allow more beginners to learn about AI. This is a class project, and I were building on an AI interface that had just been developed for Snap! by Dr. Ken Kahn.
Gestures & Styles
In this project, I built an AI which will make the camera image into some style by the gesture it detected. I used the Chinese gestures to show 1 to 8. The gestures are shown above.
Gestures & Styles
First of all, I need to train a model by my gestures. After getting all the data of gestures, the AI could tell the differences between different gestures. It then will return a different number in a list. By the number it returned, the program could simply apply the different style into the image.