Projects
Open Source โ All projects are available on GitHub. Contributions welcome!
๐
AI Chat Exporter
Convert AI chat HTML exports (ChatGPT, Gemini, Claude, Copilot, DeepSeek) into clean, tagged Markdown notes.
Python
CLI
v3.2.0
๐
MD-to-PDF
Convert Markdown files to beautifully formatted PDFs with syntax highlighting, LaTeX math, and auto-generated TOC.
JavaScript
Node.js
v2.0.0
๐งช
Stress Tester
A template harness for stress-testing competitive programming solutions โ compare fast vs. brute on random inputs.
C++
Python
CP Tool
๐ง
FTL Thinking Machine 2026
A social learning web app built with Next.js, TypeScript, Prisma, and Neon Postgres for collaborative knowledge sharing.
TypeScript
Next.js
In Dev
๐ค
Face Recognition
Detect and recognize human faces in images and video streams using machine learning with OpenCV.
Python
OpenCV
ML
๐
Linked List in C
Complete implementation of singly and doubly linked lists in C with insert, delete, search, and proper memory management.
C
DSA