Skip to content

Projects

Below are selected projects I’ve built, one by one. Each entry has a short description and a link to the GitHub repo (if public).


VisionSynth

Type: Computer Vision · Object Detection
Status: Completed

Description: VisionSynth is my little experiment in giving videos a pair of eyes. The idea was simple. I wanted a tool that could take any video, run real-time object detection on it, and spit out a clean processed version without messing up the audio.

Highlights:

Code: https://github.com/PiUnknown/VisionSynth


Face Recognition Core Module

Type: Computer Vision · Face Detection
Status: Completed

Description: A minimal real-time face-recognition module that captures webcam frames, detects faces, and identifies them using a lightweight pipeline. No GUI. Just core recognition logic you can plug into any system.

Highlights:

Code: https://github.com/PiUnknown/Face-Recognition-Core-Module


InboxPilot

Type: Experiment · Agentic tooling
Status: Building Phase

Description: A multi-agent system that fetches emails, parses threads, summarizes them using Gemini, assigns priority tags, and stores lightweight memory for personalization. Outputs a fast, actionable digest of every message without opening the inbox.

Highlights:

Code: *Still cooking