import React from "react"; import Image from "next/image"; import styles from "./styles/About.module.css"; const About = () => { return (
about image

About me

I'm currently registered at Efrei Paris specializing in Data Engineering & AI. I'm in apprenticeship at Iceberg Data Lab as AI Engineer & Data Scientist.

My deep interest in IT merges with the fascinating field of aerospace. My strong passion lies in computer science and artificial intelligence, with a growing focus on robotics and its applications to space.

I am working toward a PhD in Robotics + AI, and I prepare for it actively. With DeepSight-Nebula, I am turning an educational robot into a real-time capable platform — writing ESP32 firmware from scratch and documenting the work as a mini-thesis. In parallel, I run a daily spaced-repetition review on MP-level mathematics, work through the Rust book for low-level fluency, and read one robotics paper per week. Next up: a SLAM-focused project paired with a ROS2 course, to bridge the gap from firmware to full autonomous systems.

); }; export default About;