Portfolio

Projects

A curated selection of my work — search or filter by category to explore.

59 projects found

Pi Local LLM Extension
AI & LLM Applications Jul 2026

Pi Local LLM Extension

TypeScript extension for Pi coding agent that dynamically discovers local models across LM Studio, llama.cpp, and llama-swap backends with context-window metadata handling.

LMStudio LocalLLM OpenAI TypeScript llamaCpp llamaSwap
Nemotron Speech Docker - Streaming ASR API
Video & Audio Automation Jun 2026

Nemotron Speech Docker - Streaming ASR API

Dockerized FastAPI ASR service for Nemotron speech recognition with startup self-tests, readiness checks, file transcription and WebSocket streaming audio.

Python FastAPI WebSocket Docker ASR ONNX
NetherTeller - Multi-Voice Audiobook Pipeline
Video & Audio Automation May 2026

NetherTeller - Multi-Voice Audiobook Pipeline

Staged pipeline that cleans web-novel chapters, identifies speakers, maps characters to persistent voices, synthesizes multi-voice audio, and renders subtitled audiobook videos.

Python FFmpeg ASS Subtitles Local LLM TTS Voice Cloning
Beastly Neon - Gameplay Clip Automation Pipeline
Video & Audio Automation May 2026

Beastly Neon - Gameplay Clip Automation Pipeline

Closed-source Python pipeline that parses gameplay clip metadata, processes short-form edits with FFmpeg and OpenCV, and publishes results through the YouTube Data API.

Python OpenCV FFmpeg YouTube API
Luma AI Assistant
AI & LLM Applications Apr 2026

Luma AI Assistant

Telegram-first personal AI assistant with manager-style LLM orchestration, Qdrant semantic memory, pluggable skills, and parallel scheduler/watcher workers.

Python FastAPI LLM Docker Compose Qdrant Telegram
Sandbox LLM Execution Docker
AI & LLM Applications Apr 2026

Sandbox LLM Execution Docker

Dockerized FastAPI code-interpreter backend that gives LLM agents session-scoped workspaces for Python, shell commands and controlled file operations, with optional browser tooling.

Python FastAPI LLM Docker Filesystem Sandbox
GitHub Webhook Deploy Listener
Docker & DevOps Apr 2026

GitHub Webhook Deploy Listener

Lightweight deployment listener that validates GitHub webhook signatures, filters push events/branches, maps repositories to deployment scripts and runs deployments under systemd.

Python Deployment GitHub Webhooks HMAC Shell systemd
Qwen ASR FastAPI
Video & Audio Automation Mar 2026

Qwen ASR FastAPI

FastAPI wrapper exposing a Qwen-family speech-recognition model as a reusable local ASR API, separating model inference from calling applications.

Python FastAPI ASR Qwen SpeechAI WebAPI
Voice Design Studio
Video & Audio Automation Mar 2026

Voice Design Studio

Speech tooling workspace for voice-design and synthesis experiments, organized as a Python project for testing and iterating on generated voice characteristics.

Python TTS Speech AI Voice Design Voice Experiments
World Visualization
Web & Data Applications Mar 2026

World Visualization

Python sandbox for experimenting with transforming world and geographic data into visual and mapping representations, separating data prep from rendering.

Python Data Visualization Mapping Visualization
Paint Buddy
ML & Computer Vision Mar 2026

Paint Buddy

Converts black-and-white images into horizontal line segments and replays them as mouse-drag strokes in Microsoft Paint via OpenCV and PyAutoGUI.

Python OpenCV Computer Vision PyAutoGUI UI Automation
Image Edit Agent
AI & LLM Applications Feb 2026

Image Edit Agent

Python orchestration layer that sequences image-editing tools as composable calls, carrying intermediate artifacts between stages instead of issuing a single generation prompt.

Python AIAgent ImageEditing ToolOrchestration VisionWorkflow
Insight Decoder - Gameplay Metadata Parser
Video & Audio Automation Feb 2026

Insight Decoder - Gameplay Metadata Parser

Closed-source Python parser that extracts structured timing and context records from captured gameplay clips, feeding deterministic batch decisions into the Beastly Neon FFmpeg/OpenCV pipeline.

Python OpenCV FFmpeg Metadata Parsing Timestamp Extraction Video Automation
NeuTTS FastAPI - Offline TTS and Voice Cloning Service
Video & Audio Automation Feb 2026

NeuTTS FastAPI - Offline TTS and Voice Cloning Service

CPU-oriented offline NeuTTS service that stores reference voices by keyword and exposes API endpoints for reusable voice-cloned text-to-speech generation.

Python FastAPI Docker TTS Voice Cloning NeuTTS
Reddit TTS / Video Generator
Video & Audio Automation Feb 2026

Reddit TTS / Video Generator

Automated content pipeline that turns text-based Reddit-style source material into TTS narration, subtitles and rendered video output with Python and FFmpeg.

Python FFmpeg TTS Subtitles Video Generation
Speech AI API Services - NeuTTS + Nemotron ASR
Voice & Speech Feb 2026

Speech AI API Services - NeuTTS + Nemotron ASR

Offline NeuTTS voice-cloning TTS and Dockerized Nemotron ASR services exposing REST and WebSocket endpoints with persistent storage and health checks.

Python FastAPI WebSocket Docker ONNX TTS
Manga Translator / AI Manga Workflow
ML & Computer Vision Feb 2026

Manga Translator / AI Manga Workflow

Python media workflow that chains OCR, translation, and image-processing stages to translate manga pages while preserving text-to-region association.

Python OCR VisionWorkflow ImageProcessing Translation
PC Tracker Backend - Crawler and Data Pipeline
Web & Data Applications Jan 2026

PC Tracker Backend - Crawler and Data Pipeline

Scheduled crawler and data pipeline for PartsRadar, collecting retailer listings, normalizing records, and persisting price history in SQL and Redis.

Python Web Scraping Redis Crawler Scheduling SQL
Product Classifier - PartsRadar Entity Resolution
ML & Computer Vision Jan 2026

Product Classifier - PartsRadar Entity Resolution

Embedding/classification component that turns noisy retailer product names into comparable product entities for the PartsRadar price-intelligence pipeline.

Python Classification Embeddings Entity Resolution Product Data
PartsRadar Bot - Price Alert Automation
Workflow Automation Jan 2026

PartsRadar Bot - Price Alert Automation

Python-based Telegram bot that evaluates normalized price observations against configured rules and delivers alerts when tracked products meet threshold conditions.

Python Automation Telegram Alerts Price Tracking
Binance / Stock Prediction - ML Experiment
Trading & Finance Jan 2026

Binance / Stock Prediction - ML Experiment

Python data/ML experiment for Binance and stock price prediction, structured as a repeatable pipeline and kept distinct from the separate public trading-bot application.

Python Data Pipeline Machine Learning Prediction Time Series
Spaceship Titanic Kaggle Prediction
ML & Computer Vision Dec 2025

Spaceship Titanic Kaggle Prediction

Kaggle classification experiment for Spaceship Titanic using feature engineering, missing-value preprocessing and an ensemble of LightGBM/CatBoost models.

Python Pandas CatBoost LightGBM scikit-learn
PartsRadar - PC Price Tracker Platform
Web & Data Applications Oct 2025

PartsRadar - PC Price Tracker Platform

Indian PC-part price tracker that aggregates multi-vendor listings, normalizes products via embedding-based classification, and exposes price history and deal signals.

Python Flask Web Scraping MySQL Redis Scrapy
Public Fast Proxy List
Workflow Automation May 2025

Public Fast Proxy List

Scheduled pipeline that collects, validates, and publishes public proxy lists by protocol and anonymity class on a ~20-minute refresh cycle.

Automation HTTP HTTPS Proxy Validation SOCKS4 SOCKS5
Proxy API Service
Web & Data Applications Apr 2025

Proxy API Service

FastAPI service that aggregates public HTTP/SOCKS proxy data, validates candidates concurrently and exposes password-protected endpoints backed by a recurring refresh loop.

Python FastAPI HTTPX Proxy PySocks ThreadPoolExecutor
Docker Passive Income Netshare
Docker & DevOps Apr 2025

Docker Passive Income Netshare

Docker Compose stack that groups several bandwidth-sharing services into a repeatable deployment with persistent configuration and automated container updates.

Docker Docker Compose Watchtower Linux Container Orchestration
Automated Repository Understanding & AI README Generator
AI & LLM Applications Dec 2024

Automated Repository Understanding & AI README Generator

Thesis and developer-tooling project that analyzes repositories hierarchically and generates file, module, repository and README summaries with local and cloud LLMs.

Python LLM GitHub PromptEngineering Qwen25Coder RepositoryAnalysis
Simple Directory Analyzer LLM
AI & LLM Applications Jun 2024

Simple Directory Analyzer LLM

Local-LLM directory analyzer that scans files, sends selected content to a configurable OpenAI-compatible endpoint and applies a custom analysis prompt to each item.

Python LLM LocalLLM OpenAI Prompting
RVC Voice Changer
Video & Audio Automation Jun 2024

RVC Voice Changer

Real-time RVC voice-conversion application with reusable character profiles, microphone input processing, virtual audio output and runtime logging.

Python AudioProcessing RealTimeAudio RVC VirtualAudio VoiceConversion
Video Sorter, Re‑Encoder & Duplicate Finder
Video & Audio Automation Jun 2024

Video Sorter, Re‑Encoder & Duplicate Finder

Media-library utility that sorts videos by orientation/resolution, re-encodes to HEVC/AAC with FFmpeg/NVENC support, and flags same-size duplicate candidates.

Python FFmpeg Video Processing HEVC Media Automation NVENC
Nether Teller / Whispers of the Nether Pipeline
Video & Audio Automation May 2024

Nether Teller / Whispers of the Nether Pipeline

AI-driven horror-story pipeline: generates stories, narrates them, creates artwork, assembles scenes and uploads to YouTube automatically.

Python API Automation Workflow Automation LLM AI Art Generation Text-to-Speech OpenCV FFmpeg
Telegram Message Forwarder
Workflow Automation Mar 2024

Telegram Message Forwarder

Telethon-based Python service that listens to specified Telegram source channels and forwards new messages to a configured destination group in real time.

Python API Automation Workflow Automation Telegram Telethon
Python Motion Detection
Security & Networking Mar 2024

Python Motion Detection

OpenCV motion-monitoring prototype that detects movement in a video stream and sends Telegram alerts, including error notifications for unattended operation.

Python OpenCV Telegram Video Vision
Rembg Flask API
Web & Data Applications Aug 2023

Rembg Flask API

Small Flask API that accepts an image, removes its background with rembg and returns the processed result through a reusable HTTP endpoint.

Python Flask REST API Image Processing rembg
YouTube Upload Automation Demo
Workflow Automation Aug 2023

YouTube Upload Automation Demo

YouTube Data API upload automation with OAuth, resumable transfers, retry/backoff handling, and post-upload comment and recommendation steps.

Python API Automation OAuth Resumable Uploads YouTube Data API
Python Remote Control & Monitoring Lab
Security & Networking Aug 2023

Python Remote Control & Monitoring Lab

Controlled security-learning prototype exploring Python client/server remote-administration components such as system telemetry, command/file operations and capture/monitoring modules.

Python psutil pynput scapy SecurityResearch SystemMonitoring
Mobile API Traffic Analysis Lab
Security & Networking Mar 2023

Mobile API Traffic Analysis Lab

Controlled mobile-API traffic analysis lab using my own authenticated account to study JSON endpoints, session/token behavior and HLS playlist/media request flows.

Python HLS JSON Mobile Security Security Research Session Analysis
Virtual Cam Python
Video & Audio Automation Jan 2023

Virtual Cam Python

Python/OpenCV utility that reads a video source, processes frames in real time, and publishes them to a virtual camera device via pyvirtualcam.

Python OpenCV Video PyVirtualCam RealTime
Prank Bot for Discord
Workflow Automation Dec 2022

Prank Bot for Discord

Discord voice-channel bot with slash-command prank controls that moves a selected user to a designated channel, plays an audio clip, and stops the sequence on request.

Python FFmpeg Discord Voice
Swiggy Map Plotter
Web & Data Applications Nov 2022

Swiggy Map Plotter

Python data-visualization experiment that processes Swiggy order/tracking coordinates and plots them as interactive geographic markers with Plotly.

Python Requests Pandas Plotly Data Visualization Mapping
Key Model Generator - Image Contours to OBJ
ML & Computer Vision Nov 2022

Key Model Generator - Image Contours to OBJ

Computer-vision utility that detects contours in an input image, previews/lists contour points and exports the detected geometry as an OBJ model.

Python OpenCV CV NumPy OBJ
Facebook Scraper Bot and Forwarder
Workflow Automation Aug 2022

Facebook Scraper Bot and Forwarder

Python loop that polls a public Facebook page for new posts and forwards each one to a Telegram chat via the Bot API on a fixed interval.

Python Automation Telegram Bot Web Scraping
Freelancer Project Bidder Bot
Workflow Automation Aug 2022

Freelancer Project Bidder Bot

Browser automation bot that signs in to Freelancer, searches Python projects, evaluates bid-count/average-bid conditions and submits a configurable proposal.

Python Selenium BeautifulSoup UndetectedChromeDriver WebAutomation
OCR API
Web & Data Applications Jul 2022

OCR API

Flask OCR service that accepts image uploads, extracts text via Google Vision API, and returns structured text with bounding-box data plus a highlighted preview image.

Python Flask OCR Google Vision Web API
Stock Management System
Web & Data Applications May 2022

Stock Management System

Flask inventory-management web app with user authentication and full CRUD workflows for product/stock records, split across models, routes, forms, and helper modules.

Python Flask CRUD HTML Inventory
Word Cloud Generator FastAPI
Web & Data Applications Mar 2022

Word Cloud Generator FastAPI

FastAPI service that accepts text, generates a word-cloud image and returns the result as base64-encoded data for easy use by web/API clients.

Python FastAPI WordCloud Uvicorn
Word Search Puzzle Generator
Game Development Mar 2022

Word Search Puzzle Generator

Procedural word-search generator that places words in a configurable grid, fills gaps with random letters, and renders a color-configurable puzzle image via OpenCV and Pillow.

Python OpenCV Pillow NumPy Procedural
Screenshot Scraper Experimental
Web & Data Applications Jan 2022

Screenshot Scraper Experimental

Experimental concurrent scraper that generates random prnt.sc-style identifiers, downloads publicly returned screenshots and organizes results into a local directory.

Python Cloudscraper Data Collection Web Scraping Concurrency
Omegle P2P Location Finder
Security & Networking Jan 2022

Omegle P2P Location Finder

Privacy-awareness network-analysis project that observes UDP peer traffic with TShark, extracts remote IP addresses and performs approximate GeoIP2 location lookup.

Python GeoIP2 TShark UDP NetworkAnalysis PrivacyResearch
Assignment Solver - Handwritten Page Generator
Workflow Automation Dec 2021

Assignment Solver - Handwritten Page Generator

Document-automation tool that converts editable text into handwritten-style notebook images using custom fonts, backgrounds, formatting rules and OpenCV/PIL image composition.

Python OpenCV PIL Typography
Snake Game
Game Development Dec 2021

Snake Game

Classic Snake in Pygame covering the full real-time loop: keyboard input, grid movement, food spawning, collision detection, and score tracking.

Python Pygame Collision Input
Sorting Visualizer in Python
Uncategorized Dec 2021

Sorting Visualizer in Python

Interactive Pygame visualizer for Bubble, Selection and Insertion Sort with real-time bar updates, algorithm controls and adjustable visualization speed.

Python Pygame Algorithms Data Structures Sorting Visualization
Lask Complaint Management System
Workflow Automation Sep 2021

Lask Complaint Management System

Flask complaint-management web app covering authentication, complaint/media submission, filterable listings, status transitions, and administrative user/department management.

Python Flask SQLAlchemy Web Workflow
Binance Trading Bot
Trading & Finance Sep 2021

Binance Trading Bot

Full-stack Flask trading prototype with authentication, live Binance market data, RSI/MACD calculations, configurable trading rules and dashboard APIs.

Python JavaScript Flask WebSocket Binance
Amazon Review WordCloud Generator
Web & Data Applications Mar 2021

Amazon Review WordCloud Generator

Scrapes Amazon product reviews by rating with Selenium and converts the collected review text into visual word clouds.

Python Selenium Amazon Reviews Data Collection Text Analysis WordCloud
3D Object Detection and Tracking Illusion
ML & Computer Vision Mar 2021

3D Object Detection and Tracking Illusion

Real-time computer-vision and 3D-graphics experiment that tracks a face/webcam target and updates an OpenGL scene to create a viewpoint-dependent depth illusion.

Python OpenCV OpenGL Pygame Tracking
Voice‑Activated Talking Skull
Video & Audio Automation Feb 2021

Voice‑Activated Talking Skull

Interactive audio-reactive program that detects speech/audio activity and switches an OpenCV-rendered skull between visual states to simulate talking.

Python OpenCV Audio SoundDevice
OpenCV Auto Face Blur
ML & Computer Vision Feb 2021

OpenCV Auto Face Blur

Batch video anonymizer that detects faces via OpenCV Haar cascade, blurs detected regions, and writes output through configurable FFmpeg encoding.

Python OpenCV FFmpeg Haar Cascade Video Processing VidGear
Tank Wars
Game Development Feb 2021

Tank Wars

Pygame tank-battle game with an AI opponent, destructible environment cells, power-ups, projectile collisions, and sound-driven feedback.

Python Pygame Collision AI Sound