Live site: https://astromc98.github.io/Portfolio
Portfolio of 9 production ML/AI projects spanning LLM pipelines, RAG architectures, MLOps platforms, and data analytics systems.
This repository contains the static portfolio site only — HTML, CSS, JavaScript, and curated code snippets that demonstrate architectural patterns from each project. The full project codebases are private.
Built with vanilla HTML/CSS/JS — no framework, no build step. Syntax highlighting via highlight.js. Hosted on GitHub Pages.
python -m http.server 8000
# open http://localhost:8000Note: snippets load via
fetch()and require a local server —file://won't work.
index.html — single-page portfolio
assets/css/ — design tokens, components, animations
assets/js/ — nav, card renderer, snippet modal, project data
assets/images/ — profile photo
snippets/ — curated code excerpts (one per project)