Portfolio

Projects

Browse the full project archive. Filter by domain, status, year, or tool, or search across titles, summaries, and tools.

Featured2025

Gap Junction Connectomics

Built a CNN-based pipeline that segments gap junctions in 3D electron-microscopy volumes and converts them into electrical-connectivity measurements.

Outcome: Created a reusable path from raw EM slices to 3D gap-junction predictions, per-neuron measurements, contactomes, and normalized electrical-connectivity matrices.

  • Biomedical AI
  • Computer Vision
  • Research
Featured2025

Robotic Vision for Clothing Detection & Segmentation

Built a containerized vision service that streams camera frames from a mobile robot and returns clothing detections or segmentation geometry.

Outcome: Separated capture from inference so lightweight clients can send one JPEG frame at a time and receive compact geometry without hosting model weights or accumulating stale frames.

  • Computer Vision
  • Robotics
  • MLOps / Deployment
Featured2025

DTI Cancer Connectomics

Built a diffusion-MRI connectomics pipeline comparing DMN/ECN white-matter structure in 40 pediatric brain-tumor survivors and 36 healthy controls.

Outcome: Turned diffusion MRI and cortical parcellations into de-identified, analysis-ready connectivity matrices and documented significant working-memory and processing-speed differences between survivors and controls.

  • Neuroimaging
  • Data Analysis
  • Research
Featured2025

NVDA Daily Price Movement Prediction

Combined RNN, LSTM, and Conv1D market models with a fine-tuned BERT sentiment pipeline to study daily NVDA price direction.

Outcome: Built reproducible notebooks for price-direction modeling, financial-news classification, daily sentiment aggregation, and side-by-side market interpretation.

  • NLP
  • Time Series
  • Machine Learning