Things I’ve built.

A running list of what’s shipped so far. I’m still researching and cooking on the next batch, so this page will grow.

  • apr 2026

    LLM-powered discovery of GitHub repos with credible paths to revenue. Reads stars, issues, and contributor signal to surface open-source projects that could plausibly become businesses.

    Pythonagenticopportunity scoringrepo analysis
  • mar 2026

    Multi-LLM debate engine. Runs the same question past multiple models, surfaces where they disagree, and returns a higher-confidence answer with its reasoning trail intact.

    Pythonmulti-modelllm-as-a-judgeconsensus
  • jan 2025

    RagaXonic

    github

    A 3-layer LSTM that generates polyphonic MIDI by blending Hindustani ragas with Western chord progressions. Trained on MIDI sequences and wrapped in a Gradio UI with temperature and note-count controls.

    PythonTensorFlowLSTMGradio
  • feb 2024

    An OpenCV pipeline that isolates number plates from vehicle images, runs Tesseract OCR on the crop, and logs each read with a timestamp to CSV. Classic computer-vision stack doing unglamorous, useful work.

    PythonOpenCVTesseractOCR