Past Research

sketch abstract art with orange tint background, a clock rewinding with makerspace tools around it

Mission: Enable the curation of a database for various machine parameters (e.g., current, vibration, temperature) by developing a unique, low-cost, non-invasive, scalable solution. This solution aims to help makerspaces develop actionable insights, leading to smoother operations and maintenance. To achieve this, the solution must be able to be handled by anyone, regardless of background, standalone, and have clear documentation. This will allow individuals of any background to create various algorithms for machine uptime, predictive maintenance, or anomaly detection. 

Current Iteration: The current setup uses a Raspberry Pi connected to a Teensy 4.0, which reads inputs from an MPU6050 and an MLX90614 sensor, then transmits the data via AWS for future reference.

Computer Vision Augmenting Bandsaw Safety

Our team tackled improving safety monitoring in busy makerspaces. Recognizing that constant human supervision of equipment is difficult, we focused on automating safety detection for the bandsaw. We defined “safe” bandsaw usage as keeping hands away from the blade and using appropriate cutting speeds. Using a YOLOv5 model, we trained a computer vision system on nearly 1000 frames of video showing both safe and unsafe bandsaw operation. Our model achieved ~90% accuracy in tracking the user’s hands and the bandsaw blade. We then developed an Android app that uses TensorFlow Lite to provide real-time alerts via the phone’s flashlight if unsafe usage is detected. This project won first place for Software and Applications at the 6th Annual VIP Innovation Competition in Fall 2022.

Our team developed a people counter app for the Invention Studio makerspace to provide insights into usage patterns. The app leverages Amazon Rekognition, a computer vision service, to automatically detect and count individuals in images captured by a phone’s camera. This data is then stored in a local database along with timestamps, allowing for analysis of usage trends over time and identification of high-traffic areas. Our initial alpha version successfully demonstrated core functionality, including image capture, people detection, data storage, and visualization through graphs.