Open Source Projects

Portfolio

Production-grade AI/ML systems spanning autonomous vehicles, energy intelligence, neurosymbolic reasoning, MLOps, and agentic computing. Every project ships with real code, comprehensive tests, and deployment infrastructure.

6
Public Repos
682
Tests Passing
5
Domains
MIT
License
Filter
AI Agents / Trending

Agentic Computer

Open-source autonomous computer agent with multi-agent orchestration, browser automation, persistent memory, sandboxed code execution, and workflow automation. Inspired by Perplexity Computer with context engineering from Superpowers and GSD.

Multi-Agent Browser Automation Persistent Memory Workflow Engine FastAPI Next.js
Python 60 tests GitHub →
Autonomous Vehicles / Vision

Perception Stack

End-to-end perception pipeline for autonomous driving — BEV fusion from multi-camera inputs, PointPillars 3D object detection, lane segmentation with polynomial fitting, Kalman-Hungarian multi-object tracking, and occupancy grid generation.

BEV Transform 3D Detection MOT LiDAR Fusion ONNX Export ROS2
Python / PyTorch 64 tests GitHub →
Neurosymbolic AI / Vision

Neurovision

Neurosymbolic vision framework combining deep perception (CLIP, YOLO, SAM) with Z3-based symbolic reasoning. Features differentiable symbolic grounding, concept bottleneck models, visual QA, and a solar panel defect detection pipeline for drone imagery.

SymGround Z3 Solver CLIP VQA Scene Graphs PV Inspection
Python / PyTorch 62 tests GitHub →
MLOps

MLOps Forge

Production-grade MLOps platform with experiment tracking, model registry with versioning and stage promotion, data drift detection, FastAPI model serving with A/B testing (canary, shadow, blue/green), CI/CD pipeline templates, and a Streamlit monitoring dashboard.

Experiment Tracking Model Registry Drift Detection A/B Testing CI/CD Streamlit
Python 79 tests GitHub →
MLOps / Monitoring

Drift Sentinel

Lightweight, pip-installable ML monitoring SDK. Statistical drift tests (PSI, KS, Jensen-Shannon, MMD), streaming concept drift detectors (ADWIN, Page-Hinkley, DDM), SHAP-based feature attribution tracking, alerting integrations, and HTML report generation.

pip install PSI / KS / MMD ADWIN SHAP Alerting CLI
Python 162 tests GitHub →
Autonomous Vehicles / Simulation

AV Sim Arena

Multi-scenario simulation benchmark for autonomous vehicle decision-making. Configurable scenarios (weather, traffic, edge cases), safety metrics (TTC, PET, jerk), four planner implementations (Lattice, RRT*, MPC, RL), behavior trees for NPC traffic, and a leaderboard system.

Scenario Gen Safety Metrics Lattice / RRT* / MPC Behavior Trees CARLA Leaderboard
Python 132 tests GitHub →
Engineering Depth

What sets these apart.

100%
Real Code

Every module contains working implementations with type hints, docstrings, and comprehensive test coverage — not stubs or placeholders.

682
Tests Passing

Rigorous pytest suites covering core logic, edge cases, and integration scenarios across all repositories.

Docker
Deploy Ready

Every project ships with Docker Compose, Makefiles, CI/CD templates, and production-grade infrastructure configuration.