// AI Assets

Artificial Intelligence Toolkit

A collection of models, pipelines, and infrastructure assets I've built or curated for real-world AI deployment. Each asset is battle-tested and production-ready.

LLMLanguage Models

Prompt Engineering Toolkit

Active

A curated library of prompt templates optimized for GPT-4, Claude, and open-source models. Covers chain-of-thought, few-shot, and structured output patterns.

ClaudeGPT-4Llama

RAG Pipeline Framework

Active

Retrieval-augmented generation system with vector database integration, semantic chunking, and hybrid search for enterprise document QA.

LangChainPineconeOpenAI
CVComputer Vision

Object Detection Suite

Stable

YOLOv8-based inference pipeline with ONNX runtime export, supporting edge deployment on Raspberry Pi and NVIDIA Jetson.

YOLOv8ONNXEdge
MLOpsInfrastructure & Ops

Model Serving Template

Template

FastAPI-based model serving scaffold with batching, caching, health checks, and Prometheus metrics. Docker and Kubernetes ready.

FastAPIDockerK8s

Training Pipeline

Active

Experiment tracking and training orchestration using MLflow and Hydra config management. Supports multi-GPU and distributed setups.

MLflowHydraPyTorch