Geometric Gestures: Interactive Patterns
ExhibitionTechnology Lights up Traditional Culture
AwardThe 7th Global Competition on Design for Future Education - Finallist
ConferenceThe First Global Heads Forum in Education and The Inauguration Conference of The Global Alliance of Educational Leaders and Department Heads (GAELDH) 2024
Overview
"Geometric Gestures: Pattern Interaction" is an innovative project that explores the synthesis of traditional geometric patterns with modern interactive technology. This initiative aims to bridge the gap between historical art forms and contemporary digital interfaces by allowing users to interact directly with geometric designs through intuitive gestures.
We extract patterns from the Forbidden City's real scenes and abstract them into geometric shapes. Then, we design gestures to mimic these geometric shapes, allowing users to trigger introductions to the patterns by making the corresponding gestures.
This project utilizes MediaPipe for its machine learning capabilities, enabling real-time gesture recognition and interaction within a web development framework. This allows users to dynamically interact with geometric patterns via simple hand gestures, directly in their web browser.
Design and Implementation
We extract patterns from real scenes and transform them into geometric shapes. Then, we design gestures that mimic these shapes. We manually collect the photos of gestures as our dataset. Then we use MediaPipe to train our model in Google Colab and export the model file to be called in the web development. Additionally, we have configured the program to restart automatically if no gestures are detected for 30 seconds. The audience can follow the on-screen instructions to perform gestures. When the correct gesture is detected, the introductory animation will be triggered.