Skip to content
View luciobaiocchi's full-sized avatar

Highlights

  • Pro

Block or report luciobaiocchi

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

Ciao, I'm Lucio

Software engineer deeply interested in doing things with data, from classic ML to LLMs and the application of AI to real-world problems. I also love the deeper side of software engineering, where code touches hardware: IoT, embedded systems, and communication protocols.

What I'm building

HEARD 🏔️ An offline group-safety mesh for hikers: ESP32 + GPS + LoRa devices that keep a group together where phones don't work. Born as my bachelor's thesis, now open source, with a firmware-in-the-loop simulator that runs the real C++ protocol along real GPX tracks and replays it on 3D terrain in the browser.

Pinned Loading

  1. heard heard Public

    Offline group-safety mesh for hikers: ESP32 + GPS + LoRa, with a firmware-in-the-loop simulator and 3D replay viewer

    Python 45 2

  2. newspaper_classificator newspaper_classificator Public archive

    Classification model built to predict the topic of various newspaper articles. Final Assignement for the course of Data Science and ML lab at Politecnico di Torino.

    Python

  3. MedicAId MedicAId Public

    Repository for the reply student clash challenge on agentic ai in medicine

    HTML 1

  4. NM_opt_assignment NM_opt_assignment Public archive

    Final project for Numerical Optimization for Large Scale Problems course

    Python 1

  5. IOT-projects IOT-projects Public

    Collection of IoT projects built with Arduino and ESP microcontrollers: - Binary LED game, - Smart Waste Management system, and a multi-subsystem Smart - Temperature Monitor using MQTT, HTTP, and s…

  6. shortest-path-rain-grid shortest-path-rain-grid Public

    Shortest path algorithm on a grid-based city map, implemented in C for the Algorithms and Data Structures course at the University of Bologna (2022/2023). Uses BFS on a linked graph to find the pat…

    C