Projects
A selection of Daniel's most technical works.
Featured Projects
AI Music Assistant (TFG)
Full Stack & NLPConversational chatbot capable of understanding natural language commands and managing a music playlist. Trained with models such as BERT, RoBERTa, and T5.
SkyPalette - Sunset Memories
Full Stack / ML / Computer VisionFull Stack web application to analyze, score, and map sunset photographs using Artificial Intelligence. Built with a custom PyTorch image classifier (ResNet18), a complex color analysis algorithm, and an interactive map powered by PostGIS.
Rocket League Training Game
Graphics ProgrammingDevelopment of a 3D game engine from scratch, simulating the mechanics of "Rocket League". Programming of vehicle physics, collision detection, and advanced graphics rendering using C++ and OpenGL.
Visual Object Tracking
Computer VisionThis project consists of a color-based object tracking system developed in MATLAB. It captures video through a webcam and identifies an object based on its color using a manually designed RGB classifier. The system marks the centroid of the tracked object and visualizes it in real-time.