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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
samybravy/README.md

Typing SVG

Portfolio



I am a Computer Engineering Student at the University of Florence and a specialized student at École 42 Firenze.
My focus lies in Low-Level Programming, AI & Computer Vision.


🔭 Current Status

  • 🔬 Student Researcher @ MICC: Working on training-free diffusion priors for text-to-image generation.
  • 💼 AI Developer @ NYOUS: Engineering AI pipelines and avatar-based video news anchors.
  • 🎓 University of Florence: B.Sc. in Computer Engineering (GPA: 30/30).
  • 🏫 42 Firenze: Advanced track in Data Science & AI.

🛠 Tech Stack


🔬 Research

📄 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