Skip to content
View Erewhon-proj's full-sized avatar
  • Italy
  • 23:32 (UTC +01:00)

Highlights

  • Pro

Block or report Erewhon-proj

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
Erewhon-proj/README.md
Typing SVG

LinkedIn Gmail Discord Telegram


🧠 TL;DR

class DarioLazzara:
    def __init__(self):
        self.role = "CS Student @ University of Catania"
        self.focus = ["AI/ML", "Medical Computer Vision", "Multi-Agent Systems"]
        self.current_work = "Tool/Hand Recognition for Medical Applications"
        self.interests = ["Deep Learning", "Generative AI", "Clean Code", "Linux"]
        
    def daily_stack(self):
        return ["Gym", "Coffee", "Study", "Programming" ]

πŸ‘¨β€πŸ’» About Me

Coding

I'm a Master's student in Computer Science, with a specialization in Artificial Intelligence and Machine Learning. For my thesis, I worked on developing computer vision models for medical applications, focusing on tool and hand recognition systems.

I'm passionate about building intelligent systems that solve real-world problems. Together with my team, I've developed projects like FlyNow (2nd place at hackathon) and BoatGuard, combining neural networks with multi-agent systems to create practical solutions.

In my spare time, I enjoy reading, gaming, watching shows... and, unsurprisingly, often end up programming just for fun.. While it might not be crucial, I proudly rely on Unix-like systems β€” mainly Arch and Debian β€” and only touch Windows when absolutely necessary (let's be honest, who enjoys using a bloated OS anyway?).

P.S. Yes, I use Arch btw πŸ˜„



πŸš€ Featured Projects

πŸ₯ Understanding Egocentric Videos in Surgery Domain

Tool & Hand Recognition System

Developing AI models for medical tool and hand recognition, enabling safer surgical procedures and training simulations.

✈️ FlyNow

Smart Travel Assistant

Award-winning hackathon project combining neural networks with multi-agent systems for intelligent travel planning.

🚒 BoatGuard

Smart Security System

IoT-based theft detection using accelerometer, gyroscope, and Doppler sensors with ML-powered anomaly detection.

🧬 HGA-WFVS

Hybrid Genetic Algorithm

Advanced optimization algorithm for the Weighted Feedback Vertex Set problem with dynamic parameter adaptation.


πŸ’» Languages & Frameworks



πŸ”₯ Contribution Graph

activity-graph graph

πŸ“« Let's Connect!

I'm always open to interesting conversations and collaboration opportunities!

Whether it's about AI research, Linux optimization, or just geeking out about the latest in tech, feel free to reach out!

Pinned Loading

  1. DesignPatterns DesignPatterns Public

    Basic implementation of Software Engineering Design Patterns from the University of Catania.

    Java 6

  2. Hackatania-FlyNow Hackatania-FlyNow Public

    AI-powered travel assistant offering flight deals, hotel recommendations, and travel insights Telegram. Perfect for effortless trip planning.

    Python 3

  3. HGA-WFVS HGA-WFVS Public

    Hybrid Genetic Algorithm (HGA) for solving the Weighted Feedback Vertex Set (WFVS) problem in weighted graphs.

    Python