With a team of five, we were given the opportunity to send a recommendation deck to IKEA. They challenged us to think of ideas to improve the IKEA experience for our friends and family.
Our idea did not get far.
Maverick Metals
Challenged me to learn how to build my own enzyme. Pitched a solution to disrupt crude oil refining, using an enzyme that processes heavy oils more effectively.
A 3D-printed prosthetic hand controlled by brain waves
I'm building a prosthetic hand that can be controlled by your thoughts. Using a device called an EEG, I'm able to read different focus levels (calm to hyperfocus), and translate this into code that an arduino can understand.
Unfortunately, I don't want to invest too much into this project yet, so I've only been able to use low resolution EEGs, meaning that the brain signal readings are a little off.
Planning on taking a slight detour for this project, and use an EMG combined with AI object detection, to get something out there.
AI-powered glasses for strategic blackjack gameplay
These glasses are a fun side project to take a break from my usual work. They tell you the optimal move while playing blackjack. Of course, I don’t encourage gambling, and these shouldn’t be used for that purpose. *Wink wink*.
The hardware is an ESP32 with a camera taped onto a pair of glasses. The ESP32 sends data to a computer, which processes what the camera sees and feeds it into a logic system. This system outputs the optimal move based on the player’s cards (detected by the camera) and the dealer’s cards (manually inputted), using a basic blackjack strategy table.
This project has tons of room for improvement. If I revisit it, I’d make it process both dealer and player cards automatically, use a more advanced strategy table, add card counting, and include visual or audio cues for moves like hit or stand.
Learn More
Check out my article where I dive into how I built these glasses and some blackjack insights.