Skip to content
View LorenzoVenuti's full-sized avatar

Block or report LorenzoVenuti

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 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
LorenzoVenuti/README.md

πŸš€ About me

I like problems where the answer has to be both correct and on time β€” vision pipelines that have to spot a defect, and schedulers that are not allowed to miss a deadline.

  • πŸ”­ Currently working on automated visual inspection of PCB boards with computer vision
  • πŸŽ“ Studying AI engineering, coming from a control-systems background
  • πŸ§ͺ I care more about being able to defend how a system behaves than about it merely working
  • ⚑ Fun fact: one of these repos plays a song when I clap twice

πŸ› οΈ Tech stack

Python C MATLAB Linux Git

YOLO Gradio Flask MySQL JWT

POSIX SUMO Arduino ESP32

πŸ“Œ Selected work

realtime-traffic-controller β€” a hard real-time traffic light controller in C11 driving a SUMO simulation over TraCI: four SCHED_FIFO tasks, a gateway that owns the socket so the blocking term can actually be computed, and an emergency vehicle that gets a green light before it arrives. The measurement data is published whole, including the result that does not flatter it.

ironman-powerup β€” clap twice and your Mac plays a song, greets you and opens your editor; clap three times and it stops. A microphone listener, a background LaunchAgent, and a few macOS quirks documented on the way out.

library-booking-system β€” IoT platform that helps students find a free seat in the university library, through a web app and sensors. Contributor.

πŸ“Š Activity

Contribution graph

πŸ’¬ Quote

"Testing shows the presence, not the absence, of bugs."

β€” Edsger W. Dijkstra


πŸ“« LinkedIn

⭐ Stars are always welcome β€” the current count leaves generous room for growth.

Pinned Loading

  1. realtime-traffic-controller realtime-traffic-controller Public

    Hard real-time traffic light controller in C11 driving a SUMO simulation over TraCI: SCHED_FIFO tasks, measured emergency-vehicle preemption, and the schedulability analysis behind it

    C 1