A collection of projects I've built, ranging from web applications to command-line tools. Each project reflects my passion for creating practical, well-designed software.
Featured Projects
Terminal Portfolio
A portfolio website built with Astro and WebTUI. Also the place where I will be spewing my thoughts in.
HackTUES + TUES Fest
HackTUES+ is a student-led hackathon in Sofia, Bulgaria, and TUES Fest is the annual tech festival of the Technical University of Sofia. For the former, I implemented a full-stack web application, including features like user authentication, team management, and mentor selection. For the latter, I developed a static landing page to promote the event, as well as a voting system for the best projects.
CrimeSpy
CrimeSpy is a proof-of-concept for near real-time anomaly detection in surveillance camera footage. it analyzes video streams to identify unusual patterns and behaviors, attempting to enhance security and response times. Developed as part of the 2019 Hackathon4justice competition, held in Washington, DC with a team of four other passionate and awesome students.
Other Projects
Street Sign Detection and Classification
AP Degree thesis project. Developed a real-time street sign detection and classification system using deep learning techniques. The system utilizes a combination of Convolutional Neural Networks (CNNs) for image classification and Mask R-CNN for object detection. The idea was to optimize it at a point where it could run on an edge device, such as a Raspberry Pi, for potential applications in old cars that lack modern driver-assistance systems.
GraphingProgram
GraphingProgram is a simple application built with C# and ZedGraph that allows users to plot simple mathematical functions. It was my first experience with GUI development, and I was still a learner, so the code quality was abysmal. However, it served as a great learning experience and further sparked my interest in software development.