G202501Game HubGame Hub is a central platform for games and interactive experiences, designed with scalability and modularity in mind. The architecture supports real-time multiplayer features and provides a clean API for game integration.
A202402AI Image ClassifierA machine learning system that classifies images as AI-generated or real. Built as my Bachelor Thesis project, it involved designing neural network architectures, implementing data pipelines, and achieving strong classification performance.
H202403Hoot HootA mobile application for bird watchers that integrates multiple external APIs including SLU Artdatabanken for bird data, Google Maps for location services, and Wikipedia for additional information. Built in a 10-person team.
C202304Custom Game EngineA custom-built game engine in C++ using SDL2, exploring low-level rendering, engine architecture, and core systems like the game loop, input handling, and rendering pipeline.