Fingerprint Power Button

Projects

  • Demonstrates how to turn on a personal computer using an optical fingerprint sensor for added security.

  • The sensor is controlled using an Arduino Uno microcontroller and replaces the PC's power button with a transistor circuit.

  • Can save multiple fingerprints to change how access is allowed

AI Tumor Detection
  • A machine learning model that can detect tumors in MRI brain scans

  • Can be trained at different medical centers and share the same data

  • Does not expose patient data, so private information is kept safe

Remote Learning UI Prototype
  • EduShare is a UI prototype that we created using Balsamiq by combining several pre-existing features from video conferencing platforms, as well as designing and implementing our own features.

Temple Escape Game
  • Solves any sudoku puzzles that have valid solutions.

  • Can be run on either a single sudoku puzzle to find the solution, or a dataset with massive amounts of puzzles to compare different search algorithms.

Sudoku Solver
  • Multiple difficulty levels

  • Procedural level generation

  • High score and timer systems

  • Editable controls and settings

  • Character selection

  • Coded in Java