02
Projects
CLI Tool
Carryover (2025)
A command-line tool to extract Claude Code session data and generate portable handoff documents for use with ChatGPT and other LLMs. It parses session logs, generates structured markdown using local Ollama models, and includes automatic secret redaction for API keys and credentials. Source here.
Text Summarization
Summarizer (2014)
Extractive text summarization in Python using classic NLP + graph ranking. It ended up powering multiple Reddit bots. Source here