Research & Technical Projects
A complete collection of my projects — from machine learning models and security tools to desktop applications and web development.
Deep Learning & AI
Minimal GPT architecture from scratch. Implemented multi-head attention, tokenization, and positional encoding. Achieved 92% perplexity match vs reference nanoGPT on TinyShakespeare.
View on GitHubAdvanced face mask detection achieving 92% mAP with YOLOv8. Real-time OpenCV inference pipeline delivering >25 FPS with accuracy-latency analysis.
View on GitHubSingle Shot Detector model for real-time mask compliance monitoring. Benchmarked against YOLOv8 (85% vs 92% mAP). OpenCV inference at competitive FPS.
View on GitHubReinforcement learning agent navigating highway traffic using deep Q-learning and policy optimization with OpenAI Gym highway-env.
View on GitHubML recommendation engine using collaborative filtering and content-based methods to generate personalized movie suggestions.
View on GitHubTools & Web
Desktop tool for generating QR codes locally with PDF/vector export, logo embedding, and batch processing. Built as an internal automation tool at PKF Teknoloji.
View on GitHubInteractive slot machine game with vanilla JavaScript featuring betting mechanics, animated reels, win detection, and fully responsive gameplay.
View on GitHub