$ ls -la ~/projects/

// Original projects spanning ML, robotics, systems programming, and more.

> 19 entries

~/projects/action-models-book

$ Action Models for Robot Learning

Open-access textbook on action models, vision-language-action systems, and modern robot learning — written and shipped as a static site with math, code highlighting, search, and AI-narrated audio.

#Book#Robotics#VLA#Action Models#Open Access#Vision-Language-Action
~/projects/vlm-roboticsprivate

$ Vision-Language Model for Robotics

Training a VLM for robot understanding — multi-GPU pipeline with Hugging Face models, designed for real-world robotic perception and instruction following.

#VLMs#PyTorch#Hugging Face#Distributed Training#Robotics
~/projects/vision-action-modelprivate

$ Vision-Action Model for Robot Control

From perception to manipulation — a Vision-Language-Action model that converts visual understanding into precise robot actions for real-world manipulation tasks.

#VLA Models#Imitation Learning#PyTorch#Robotics#Simulation
~/projects/async-ml-inferenceprivate

$ Async ML Inference System

Real-time ML inference using asynchronous WebSocket architecture — streaming multimodal data (images, tensors, text) for low-latency robot control.

#WebSocket#Async Python#ML Inference#Robotics#Systems
~/projects/policy-simulation-integrationprivate

$ ML Policy + Simulation Integration

Integrating Vision-Language-Action models with robotics simulation environments for automated evaluation, training data generation, and policy validation.

#Simulation#Robotics#Policy Evaluation#PyTorch#Automation
~/projects/rust-ml-inference-engineprivate

$ Python-to-Rust ML Inference Engine

Rewrote the async ML inference server from Python to Rust for performance-critical robotics applications — with Python bindings for interoperability.

#Rust#Async#ML Inference#PyO3#Systems Programming
~/projects/robotic-transformer-1

$ Robotic Transformer 1

Implementation of RT-1 architecture for robotic manipulation — transformer-based policy for real-world task execution from demonstrations.

#PyTorch#Transformers#Robotics#Imitation Learning
~/projects/calypso

$ Calypso

AI-powered tool for automated analysis and processing, leveraging modern deep learning techniques.

#Python#ML#Automation
~/projects/rust-packer

$ Rust Packer

A bin-packing / rectangle-packing algorithm implemented in Rust for efficient 2D space allocation.

#Rust#Algorithms#Optimization
~/projects/finetune-llms

$ Finetune LLMs

Scripts and pipelines for fine-tuning large language models with LoRA and QLoRA on custom datasets.

#LLMs#LoRA#Fine-tuning#Transformers
~/projects/simutrade

$ SimuTrade

Algorithmic trading simulator with backtesting capabilities and real-time market data integration.

#Python#Finance#Algorithms#Web
~/projects/dalle-st

$ DALL-E Style Transfer

Neural style transfer experiments using DALL-E inspired techniques for artistic image generation.

#Python#GANs#Computer Vision#Generative AI
~/projects/rhodes

$ Rhodes

A project for data pipeline orchestration and ML workflow management.

#Python#ML#Data Pipelines
~/projects/dl-for-wall-characteristics

$ DL for Wall Characteristics

Deep learning models for tissue segmentation in histological images of intracranial aneurysm walls — connected to published research.

#PyTorch#Medical Imaging#Computer Vision#Research
~/projects/face-recognition

$ Face Recognition

Real-time face detection and recognition system using deep learning and OpenCV.

#Python#OpenCV#Computer Vision#Deep Learning
~/projects/102-flower-classification

$ 102 Flower Classification

Transfer learning approach for fine-grained visual classification on the Oxford 102 Flower dataset.

#PyTorch#Transfer Learning#Computer Vision
~/projects/nyx-ai

$ Nyx AI

An AI assistant framework for task automation and intelligent interaction.

#Python#LLMs#AI#Automation
~/projects/autocommit

$ AutoCommit

CLI tool that automatically generates meaningful git commit messages using AI.

#Python#Git#LLMs#CLI#Tools
~/projects/chip8-emulator-rust

$ CHIP-8 Emulator (Rust)

A CHIP-8 emulator written in Rust — classic computing meets modern systems programming.

#Rust#Emulation#Systems Programming