Posts
Puppy sleep/wake classifier for security camera
- Get link
- X
- Other Apps
Motivation: Asleep I wake up at a consistent time every morning to take my puppy out of her play pen / crate and give her breakfast. However, sometimes after late nights of work I prefer to sleep in a little if possible, and sometimes my puppy is not awake at the early hours of the morning. If I can time my alarm to match when my puppy wakes up, I may be able to get some more sleep. Solution: Using a security camera and a ML model, I can classify whether my puppy is asleep or awake, then send this information to an iPhone app that wakes me up if necessary. Awake Progress: So far I have completed the data collection and training of the model. In total, I collected and manually labeled 1137 photos using a script that retrieves photos from the security camera. I then trained a CNN (transfer learning using ResNet-50). These are the bootstrap 95% confidence intervals of key metrics: Accuracy: 0.951 to 0.991 AUROC: 0.988 to 0.9996 F1 Score: 0.934 to 0.988 ...
Using convolutional neural network to classify bacterial vs fungal keratitis from images
- Get link
- X
- Other Apps
Andante: Music therapy device for gait impairments
- Get link
- X
- Other Apps
Capstone project for ME170 Kevin Supakkul, Melissa Marable, Bradley Immel, Nicole Salz Project Goal: Create music from the movement of cerebral palsy patients to encourage gait improvement. Background: Cerebral palsy (CP) is a neurological condition that affects approximately 764,000 people in the United States. People with spastic CP commonly experience gait disorders of stiff-knee gait and flex-knee gait. Project Motivation: Current therapies for spastic CP are provided at most 2-3 times per week for an hour. This is a relatively low-dose frequency and thus requires a long period of time to actually generate improvement in gait behavior. Additionally, therapies are sometimes not motivating for CP individuals, which can lead to less desire to engage in beneficial exercises. Problem Statement: Develop a mechatronic device that generates music from gait movement, specifically focusing on musical implementations that can benefit those with spastic CP. High Priority Requirements: G...
Table Tennis Robot 1.0
- Get link
- X
- Other Apps
Table Tennis Robot 1.0 This is a personal project that I have wanted to make for a long time and finally had some time to do so this Summer. The idea is to build a small robot that can launch table tennis balls one by one with either topspin or backspin, at either the forehand or backhand. It uses skills related to mechanical/mechatronic design and control systems. I have not completed it yet, but here is a chronological progress update via photos/video ( edit from 2020 : I scrapped the original prototype and built a new robot) One of the early sketches An early CAD model in SolidWorks The assembled 3D-printed parts If you are interested in making your own, reach out to me (kev.supakkul@gmail.com) and I can give a detailed step-by-step process of how to make it. Here is a list of materials: Arduino Uno (or any other microcontroller) with USB cable 2x uxcell 4300 rpm 12V DC motor with encoder (I have only bought one so...
Virtualso: Rendering Keyboard Instruments
- Get link
- X
- Other Apps
Final project for ME327, Design and Control of Haptic Systems Team members: Kevin Supakkul, Daniel Chiu, Kevin Darmawangsa See the following link for more information and detailed analysis: http://charm.stanford.edu/ME327/SupakkulChiuDarmawangsa Code: https://github.com/kevsup/haptic-piano My contributions: Mechanical design, circuit wiring, Arduino/C++/Processing programming, state machine design, feedback control
Mechatronics project
- Get link
- X
- Other Apps
Robotics project for ME 210 (Introduction to Mechatronics) See the following website we made for more information about our project: https://d-optimus-dt.weebly.com My personal contributions: Designed and CAD most of the mechanical structures, including the driving base, the cannon, and the cannon's angled mounting (the only mechanical structure I did not CAD was the stepper-driven ball feeder) Built and wired the powertrain, using an H-bridge to allow the DC motors to spin forwards and backwards Analyzed the DC motors in MATLAB to determine usage of current and thus design the electronics accordingly Programmed the robust line tracking functionality using C++ (through an Arduino) and infrared tape sensors (consisting of a phototransistor and IR LED pair), including determining a finite state machine for this line tracking subsystem Designed the circuit for the cannon/shooter, including the usage of an op-amp, MOSFETs, and buck converters Overall this pro...
Assistive Wrist Brace
- Get link
- X
- Other Apps
This project is innovative and does not yet exist in the market, so I am hesitant to post online any project material (images, detailed descriptions, CAD drawings, calculations, etc.) until I am sure how to best proceed with the invention. However, here I will describe the processes I used and the background of the project: This project helps those with hand and/or wrist ailments (such as arthritis, carpal tunnel, tendonitis, hand paralysis, etc.) perform gripping functions. I have worked on it for about 6 months, and I have gained much experience with the mechanical design process throughout these months. It began as part of a manufacturing and design course at Stanford (ME203), and at the presentation for that class a faculty member approached me and offered for me to continue the project as an independent study. I accepted and continued to improve the design. I used the following processes: laser cutting, 3D printing, machining (mill), threading, sh...