Skip to content
View SamyBravy's full-sized avatar

Highlights

  • Pro

Block or report SamyBravy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
samybravy/README.md

Typing SVG

Portfolio



MSc in Computer Science student at ETH Zürich (Major: Machine Intelligence, Minor: Theoretical Computer Science) and completing the Advanced Curriculum at École 42 Firenze (Data & AI Track).


🔭 Current Focus & Background

  • 🎓 ETH Zürich: M.Sc. in Computer Science — Major in Machine Intelligence, Minor in Theoretical Computer Science.
  • 🏫 42 Firenze: Advanced track in Data & AI (First in my cohort to complete the Common Core).
  • 📜 University of Florence: B.Sc. in Computer Engineering (110/110 cum laude, GPA: 30/30 cum laude).
  • 💼 Past Experience: AI Developer @ NYOUS (Avatar AI subsystem) & Student Researcher @ MICC.

🛠 Tech Stack

Tech Stack


🔬 Publications

📄 Training-Free Diffusion Priors for Text-to-Image Generation via Optimization-based Visual Inversion

S. Dell'Erba, A. D. Bagdanov (2025)

Proposing a method to replace diffusion priors in text-to-image models without training, leveraging Optimization-based Visual Inversion (OVI).


📂 Selected Projects

Category Project Description
ML / Data dslr 🐍 Logistic Regression classifier built from scratch in Python/NumPy.
System Minishell 🐚 A fully functional Unix shell (process control, signals, fd management) in C.
Graphics miniRT 🔦 Ray-Tracer engine written in C with Phong illumination and multi-spot lighting.
Network ft_irc 💬 Non-blocking IRC Server implemented in C++ (I/O multiplexing).
Web / Cloud Transcendence 🌐 Microservices platform with Docker, K8s, Redis, and real-time Pong game.

📊 GitHub Stats


GitHub Streak


Pinned Loading

  1. PASBarbari/Transcendence PASBarbari/Transcendence Public

    The final project of the 42 Common Core. A comprehensive cloud-native web application featuring real-time multiplayer 3D Pong, Chat, and Social features. Built with a Microservices architecture usi…

    Python

  2. miniRT miniRT Public

    Raytracer built from scratch in C using MiniLibX. Features multi-light rendering, Phong shading, complex primitives (Hyperbolic Paraboloid), and a runtime scene editor

    C

  3. ft_irc ft_irc Public

    High-performance IRC Server in C++98 using non-blocking I/O multiplexing and TCP/IP sockets

    C++

  4. Minishell Minishell Public

    A custom shell implementation in C inspired by bash. Features process management, pipes, redirections, and signal handling

    C

  5. dslr dslr Public

    Multi-class classifier (One-vs-All) purely in Python/NumPy (no high-level ML libraries), leveraging Batch and Stochastic Gradient Descent with Cross-Entropy Loss. Developed a custom statistical and…

    Python

  6. my_lib my_lib Public

    A C static library featuring a custom `printf` implementation, a multi-fd buffered line reader (`get_next_line`), and optimized libc memory/string utilities (`Libft`)

    C