๐ผ Projects
-
๐ OCP Statistical Arbitrage on S&P 100
๐ EPFL โ Master in Financial Engineering, Year 2 (2025)
Statistical arbitrage strategy based on the Optimal Causal Path (OCP) algorithm, applied to high-frequency tick-level data (BBO) of S&P 100 constituents to identify lead-lag relationships.
-
๐ต๏ธโโ๏ธ Insider Trading Intensity and 8-K Filings
๐ EPFL โ Master in Financial Engineering, Year 2 (2025)
Analysis of Informed Trading Intensity (ITI) around 99k+ SEC Form 8-K filings using Fama-French event studies and NLP (FinBERT & Mistral AI) to analyze the relationship between Informed Trading Intensity (ITI) and asset prices.
-
๐ International Diversification & Multi-Asset Strategies
๐ EPFL โ Master in Financial Engineering, Year 1 (2025)
This project evaluates the benefits of international diversification and dynamic asset allocation strategies, combining global equity indices and currency overlays. We implement equal-weight, risk-parity, and mean-variance portfolios, and enhance them with momentum, reversal, carry, and dollar strategies. Performance is assessed through backtests and Fama-French factor regressions from 2002 to 2024.
-
๐ช Crypto Carry Trade Strategies with Perpetuals, Staking and Pendle
๐ EPFL โ Master in Financial Engineering, Year 1 (2025)
This project investigates delta-neutral crypto carry trade strategies combining perpetual futures, staking mechanisms, and tokenized yield via Pendle Finance. We analyze historical performance, market resilience, and risk profiles across major crypto events from 2019 to 2024.
-
๐ Market Risk Modelling - VaR, ES & Copulas
๐ EPFL โ Master in Financial Engineering, Year 2 (2025)
Comprehensive market risk analysis focusing on Value-at-Risk (VaR), Expected Shortfall (ES), and cross-asset dependence modeling using Copulas for a portfolio of liquid stocks.
-
๐ง LiSoViMa: An Educational LLM Assistant
๐ EPFL โ Master in Data Science, Year 1 (2025)
LiSoViMa is a modular and optimized educational language model built for STEM-related multiple-choice question answering (MCQA). The project explores supervised fine-tuning (SFT), quantization, retrieval-augmented generation (RAG), and preference-based alignment (DPO) using Qwen3-0.6B-Base. We benchmark the performance, cost-efficiency, and alignment of each variant using curated STEM datasets and preference feedback.
-
๐ฌ From Screen to Heart โ How Do Emotions Shape the Cinematic Landscape?
๐ EPFL โ Master in Data Science, Year 1 (2024)
๐ Selected among the Top 10 Projects (out of 100+ teams)
This project investigates the emotional dimensions of storytelling using a large corpus of over 11,000 movie summaries enriched with 450,000 IMDb reviews. We used HuggingFaceโs Emotion DistilRoBERTa model to extract primary emotions (joy, sadness, fear, anger, surprise, disgust, neutrality), then applied statistical correlations, PCA, and K-Means clustering to map emotional trends across genres and narratives.
-
๐ Multi-Horizon Volatility Forecasting using ODEs and Cross-Stitch Networks
๐ EPFL โ Master in Data Science, Year 1 (2024)
We developed a hybrid neural architecture for predicting multi-horizon volatility in high-frequency trading using the FI-2020 dataset. The architecture combines ODE networks and Cross-Stitch networks to model complex temporal dynamics in financial data. Our ODE-based Cross-Stitch model outperformed the Temporal Fusion Transformer, a state-of-the-art baseline.
-
๐ณ Credit Risk & Statistical Learning
๐ EPFL โ Master in Financial Engineering, Year 2 (2025)
Quantitative modeling of retail credit risk. Comparison between Logistic Regression and SVM (RBF kernel) for default prediction and optimization of lending strategies via Monte Carlo simulations.
-
๐ช๏ธ VIX and Variance Derivatives: Theory, Pricing, and Replication
๐ EPFL โ Master in Financial Engineering, Year 1 (2025)
This project explores the theory and practical implementation of VIX and variance-linked derivatives. We derive and interpret the Carr-Madan replication formula, model the dynamics of implied volatility and realized variance, and analyze the pricing of VIX futures, variance futures, and replication strategies using volatility-linked instruments.
-
๐ง Hedemon โ Verifiable Pokรฉmon Card NFTs Using Hedera Hashgraph
๐ EPFL โ BSA Hackathon (2025)
๐ 4th Place & 500 CHF Cash Prize
Hedemon is a blockchain-powered platform that transforms physical Pokรฉmon cards into verifiable NFTs using Hedera Hashgraph. The platform ensures authenticity, ownership, and privacy by integrating cryptographic hashing, smart contracts, and machine learning. Developed during the Privacy and Verifiability Hackathon at EPFL, it won 4th place and a 500 CHF cash prize.
-
๐ป Specter - From Brainstorm to Code
๐ EPFL โ LauzHack Hackaton 2025
A multi-agent AI system that transforms whiteboard sketches and audio recordings into production-ready project scaffolds, including code, architecture, and documentation.
-
๐ CipherLink โ Energy-Efficient Digital Communication System
๐ EPFL โ Bachelor in Communication Systems, Year 3 (2024)
๐ Winner among all class projects
CipherLink simulates a full digital communication chain capable of transmitting a 40-character message over a noisy channel with perfect decoding and minimal energy use. The system was developed for the Principles of Digital Communications course and was recognized as the winner among all class projects.
-
๐ Taking the Driving Theory Test with Vision-Language Models
๐ EPFL โ Bachelor in Communication Systems, Year 3 (2024)
This project explores the capabilities of Vision-Language Models (VLMs) in interpreting and answering driving theory test questions, which often combine visual inputs (e.g., road signs, traffic situations) with linguistic cues. The focus was on evaluating zero-shot and few-shot performance of multimodal transformers in high-stakes reasoning tasks.
-
๐ง Solving 3-SAT via Quantum Algorithms
๐ EPFL โ Bachelor in Computer Science, Year 3 (2023)
In this project, we explored quantum approaches to solving the NP-complete 3-SAT problem using Grover's algorithm and Quantum Phase Estimation (QPE). We implemented an oracle that encodes 3-SAT clauses as quantum gates and applied Grover's algorithm and QPE to search for satisfying assignments and estimate the number of solutions.
-
๐ง Trace Estimation via Quantum Circuits
๐ EPFL โ Bachelor in Communication Systems, Year 3 (2023)
In this project, we explore how quantum circuits can be used to estimate the trace of large unitary matrices. We designed and implemented a quantum protocol to compute the real and imaginary parts of the normalized trace of an unknown unitary operator. The project utilizes Qiskit and IBM quantum simulators to validate the approach.
-
๐ฎ A Game of Life in Assembly โ Cellular Automaton on the Nios II Processor
๐ EPFL โ Bachelor in Communication Systems, Year 2 (2022)
Implemented Conwayโs Game of Life in MIPS-like assembly on a multicycle Nios II processor, running on the Gecko4Education board. Focused on low-level assembly to achieve efficient hardware-compatible code.
-
๐ Crypto โ Multi-Algorithm Text Encryption & Decryption Tool
๐ EPFL โ Bachelor in Computer Science, Year 1 (2020)
A Java-based encryption and decryption tool supporting classical and modern algorithms, developed to learn cryptographic principles and Java programming basics.
-
๐ฒ Wordle โ A Python Clone of the Popular Word Game
๐ Personal Project (2022)
Recreated the viral word puzzle game Wordle in Python using Pygame, with features like dynamic input handling, color-coded feedback, and daily word selection from an online API.
-
๐ค VaccInfoBot โ Automated Twitter Bot for COVID-19 Vaccination Stats
๐ Personal Project (2021)
Developed a fully automated Twitter bot that publishes daily statistics on COVID-19 vaccinations worldwide, utilizing real-time data for global and regional updates.
-
๐ฒ tCHu โ A Two-Player Digital Board Game Inspired by Ticket to Ride
๐ EPFL โ Bachelor in Communication Systems, Year 1 (2021)
Developed a two-player strategic board game in Java, inspired by Ticket to Ride, with full game mechanics, multiplayer logic, and a user-friendly interface.
-
๐ป Super-PacMan โ A Modern Java Remake of the Arcade Classic
๐ EPFL โ Bachelor in Communication Systems, Year 1 (2021)
Developed a retro-inspired arcade game in Java, bringing the classic Pac-Man gameplay into a modern format with enhanced AI and object-oriented design.
-
๐งฐ ToolBox โ Web Utility Platform
๐ Lycรฉe (France), Terminale (2020)
A multi-service website developed during high school focusing on front-end and back-end web development fundamentals with interactive tools.