Projects Archive

Technical work with a machine learning and computer vision lens.

A fuller view of the projects featured on the home page, kept in a dedicated route so the site can scale cleanly over time.

Brain Tumor Detection using CNN

Jan 2022 - Mar 2022

Deep learning project that identifies brain tumors from MRI scans using convolutional neural networks.

View Repo
  • Trained and evaluated models on a dataset of 7,053 MRI images.
  • Compared architectures including VGG16, VGG19, and ResNet50.
  • Focused on practical medical image classification workflows and model experimentation.
PythonOpenCVCNNHTMLCSSJavaScript

Drowsiness Detection

Oct 2021 - Nov 2021

Driver safety system that detects drowsiness and triggers alerts when fatigue indicators are found.

View Repo
  • Applied computer vision techniques to monitor driver attention in real time.
  • Built the detection flow around practical alerting for road safety scenarios.
PythonComputer VisionOpenCVDlib

Breast Cancer Detection

Mar 2021 - May 2021

Machine learning project for predicting whether a patient may have breast cancer.

View Repo
  • Used supervised learning algorithms including Decision Tree and Random Forest.
  • Worked with a standard data science stack for modeling, analysis, and visualization.
PythonScikit-learnPandasNumPyKeras