Engineering Portfolio

Production-style AI/ML engineering projects focused on model infrastructure, agentic RAG, evaluation, and research-to-production workflows.

System design

Service boundaries, data models, async jobs, and operational workflows.

ML evaluation

Benchmarks, metrics, reproducibility, and failure-mode visibility.

Research to production

Pipelines designed to move from experiment to reliable engineering artifact.

Projects

Each project is intentionally lightweight but structured like a real system: problem, architecture, implementation choices, status, and future work.

AtlasML

ML infrastructure platform for model registry, inference, evaluation tracking, async jobs, and benchmarking.

FastAPI PostgreSQL SQLAlchemy Redis/RQ Pydantic
  • Model registry and versioning
  • Inference and evaluation APIs
  • Async job orchestration
View project

ContextForge

Agentic RAG backend for engineering knowledge, code, logs, tool calling, and grounded answers.

RAG LangChain LangGraph FastAPI PostgreSQL/pgvector
  • Document and code ingestion
  • Retrieval and citation-grounded answers
  • LangGraph-style agent workflow
View project

QuantLab

Research-to-production ML backtesting framework with leakage-safe validation and transaction-cost-aware evaluation.

Python pandas scikit-learn XGBoost Financial ML
  • Data caching and feature engineering
  • Walk-forward validation
  • Baseline vs ML strategy comparison
View project