Projects
Code-first projects + research artifacts. Use search + tags to filter. Each project page includes source files and (when available) embedded PDFs.
Predict an Author (Neural Network, NLP)
predict-author-nnSimple neural net to predict an author from text features (Python).
Drone Delivery: MST + TSP (C++)
p4-drone-deliveryGraph algorithms in C++: MST, FASTTSP heuristic tour, and OPTTSP branch-and-bound.
Bioinformatics + LLMs Research
bioinformatics-llmsRAG-style bioinformatics Q&A assistant combining retrieval and LLM prompting.
Euchre Game Engine (C++)
euchreInteractive Euchre game with AI opponents and score tracking.
Forum Post Classifier (C++)
forum_post_projectMini full-stack forum post app with CRUD + authentication.
German Gas Market Analysis
german-gasData analysis of German gas consumption trends with visual storytelling.
Image Resizer (C++)
image-resizerFast in-browser image resizer/compressor with drag-and-drop UI.
IMDb Data Analysis Report
imdb-analysisExploratory analysis + modeling on IMDb movie data.
Letterman Word Morph Solver (C++)
lettermanWord game / Letterman solver with efficient search.
Log Manager (C++)
p3-logmanC++ CLI to search large logs and curate an excerpt list with indexed queries.
Michigan Medicine Research Poster
michigan-medicineHealthcare data project analyzing operational metrics with clear dashboards.
Stock Market Simulator (C++)
stocksMini stocks analysis dashboard with interactive charts and indicators.
Text Generation with a Homemade LSTM
textgen-homemade-lstmCharacter-level text generation using a from-scratch LSTM in Python.
MRI Alzheimer’s Detection (MDST)
mri-alzheimers-detection-mdstMRI Alzheimer's classifier with Grad-CAM explainability and a Streamlit demo.