EEG Earbud Biometric Authentication
Led a team building a personal-identification system around EEG signal recorded from inside the ear canal — biometric authentication small enough to actually wear, rather than a lab-bench EEG cap.
The first working version used a classical machine-learning classifier built in MATLAB on hand-selected EEG features. The project’s harder problem turned out to be motion artifacts: an in-ear sensor moves with the wearer in a way a stationary EEG rig doesn’t, and those artifacts were swamping the signal the classifier depended on. That drove the project’s main evolution — moving from the hand-tuned classical classifier to deep neural networks that could learn to reject motion artifacts directly instead of relying on manual feature engineering to filter them out upstream.
No public repo for this one — it predates my current practice of publishing lab/personal code, so this description is drawn from my own project records rather than source I can link to.