Projects, Achievements & Ideas, Some Cool, Most Lame

Project 1 Image

GDSC AI Hack

Location: Milan, Google Developer Student Club

Date: April 2024

First place at the annual AI Hackathon in the Finance Track. Our team developed a PoC for a fantasy game for real world stocks to simplify learning and decrease financial illiteracy.

Learn More
Project 2 Image

Bachelor Thesis

Location: Milan, Bocconi University

Date: March - July 2024

Titled "Beyond Hallucination: Enhancing AI Content Creation with Verifiable Sources Using Retrieval-Augmented Generation" my thesis was supervised by Prof. Emanuele Borgonovo and explores RAG and trust in AI-generated content.

View Code on GitHub
Project 3 Image

Neural Network

Location: Vienna, University of Technology

Date: May 2025

Implemented from scratch a feedforward neural network in Python using only NumPy. The project included forward and backward propagation, training with gradient descent, and evaluation on standard datasets.

View Code on GitHub
Project 4 Image

Atari Breakout with Reinforcement Learning

Location: Vienna, University of Technology

Date: June 2025

Implemented an Atari Breakout game (both front and backend) with a human player and an AI agent mode. The latter was trained using reinforcement learning with monte carlo and exploring starts.

View Code on GitHub
Project 5 Image

Fantasy Soccer DApp

Location: Vienna, University of Technology

Date: June 2025

Developed a decentralized application (DApp) for fantasy soccer using Solidity and JavaScript. The project focused on security, role-based-authentication, token generation and draft mechanism design.

View Code on GitLab
Project 6 Image

Skipass Demand Prediction using KGs

Location: Vienna, University of Technology

Date: September 2025

Full Stack web application powered by a knowledge graph backend in Neo4J using data from the open weather portals of the North Italian regions. The goal of the project was to apply Knowledge Graph Embeddings such as TransE and RotatE for graph completion and link prediction and prove its real life applicability, e.g. in the winter entertainment industry.

View Code on GitHub
Project 7 Image

Basic Chooser iOS app: Tocca

Location: Vienna

Date: October 2025

A basic iOS app mimicking Chooser, to track hand gestures by multiple people and randomly select winners and losers or form teams.

View Code on GitHub