I build machine learning projects and Python tools for checking experiments and maintaining code. My work spans reproducibility, local RAG, computer vision, and NLP.
Check whether a refactor or a coding agent's edit changed your experiment outputs.
- Screen selected reproducibility risks in scikit-learn, XGBoost, LightGBM, PyTorch, TensorFlow and Lightning, plus Python and NumPy RNGs. Static checks need no ML dependencies.
- Replay an experiment twice, then compare saved reports before and after an edit. Retain metrics, artifact hashes, commands and logs.
- Use the CLI, pre-commit hook, or reproducibility skill for coding agents.
Python ML reproducibility AST pre-commit
Quick demo — no ML dependencies · XGBoost training example — CPU · Install
The XGBoost example trains on a small synthetic dataset, accepts a refactor that preserves outputs, and reports changed outputs after reducing tree depth.
Local retrieval-augmented generation with Ollama embeddings, HNSW vector search, and optional FlagEmbedding reranking. The interactive CLI lets you compare answers with and without reranking.
Python Ollama HNSW FlagEmbedding uv
Shared skills, agent profiles and opt-in Git hooks for writing, debugging, PR review and releases. Generated versions support Codex, Claude Code, Cursor and OpenCode; Grok Bot uses manual setup. Start with Humanizer to edit a draft, or Skill Watch to track documentation changes and identify instructions needing review.
Python Markdown Skills Git hooks
Try Humanizer · Browse the workflows · Skill Watch demo
-
Video Waste Dumping Detection — Video classification for the IWDD contest, with VideoMAE and X-CLIP training configurations.
PyTorchLightning -
Sudoku Solver — Grid extraction, digit recognition, and backtracking to solve Sudoku from images.
PyTorchOpenCV -
Adaptive k for Classifier Selection — How dataset complexity relates to neighborhood size in dynamic classifier selection.
scikit-learnDESlib -
GANs from Scratch — Vanilla GAN, DCGAN, and Conditional GAN on MNIST, CIFAR-10, and Fashion-MNIST.
PyTorch LightningHydra -
T5 Text Summarizer — T5-small fine-tuning on CNN/DailyMail and XSum, with ROUGE evaluation and a demo UI.
TransformersGradio -
Emotube — YouTube comment sentiment analysis with filtering and interactive charts.
FastAPIReactPostgreSQL








