For my exercise, I decided to play with the model used to identify thumbs up or thumbs down. This model is small enough to be run directly from the Arduino.
For my final project, I’m leaning towards making a pop-up birthday card that has some machine learning Arduino component. I thought it would be fun to experiment with the thumbs up or thumbs down triggered sound, as if in response to the question of “How is your birthday going?”. If the answer if thumbs up, the song “Happy birthday” would play. If the answer is thumbs down, the song “It’s my party (and I’ll cry if I want to)” would play.
However, the gesture output comes in quickly and erratically, causing the gesture reading to switch between thumbs up and thumbs down to switch frequently. The result was a sound file playing very poorly, with a lot of overlap over itself.
https://vimeo.com/699304145/71a79d5a75
I didn’t have time to code something that would smooth these transitions; if I decided to go with this effect, I would need to figure out a way to play the sound at the switch between the two gestures, and to reduce the jumping between the readings.
For the sake of the assignment, I decided to play around with the output on the screen. My first idea was to display a picture over the video output depending on whether the gesture was a thumbs up or down. It didn’t show up because of the video. However, I started playing around with the video output and it led to interesting results. I thought it would be fun to have the gesture readings create a “drawing” on the screen, with the color determined by whether the gesture showed a thumbs up or a thumbs down.
https://vimeo.com/699303714/34b42bc1ea
For my final project, I’m thinking of making a pop-up birthday card. The pop-up will be a birthday cake with candles (filled with LEDs inside of it). Opening the page completes the circuit, allowing the electronic components to fuction. Two objects will be trained on the model: a birthday hat and a party horn. When the party hat is shown, the “candles” turn on. When the blower is shown, the candles are blown out. It would be great if I could add sound: the “happy birthday” song when the hat is shown; and “clapping” when the party horn is shown.
I have anotner idea, which is to make a pop-up that is a tent. When the page is opened, the tent is up and glows from a light inside of it. When the user says “goodnight”, the nightlight goes out. If the user wants to turn the light back on, they say “lumos”.