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