#!/usr/bin/python
# -*- coding: utf-8 -*-
class SystemsEngineer(in_Progress):
def __init__(self):
self.name = "Alejandro Repetto"
self.role = "Software Engineer"
self.focus = ["Product Engineering", "Agent Orchestration", "Automation", "Data & Applied ML"]
self.obsessions = ["Hackathons", "Competitive Programming", "Building in public", "Cybersecurity CTFs"]
self.recognition = ["NASA Global Nominee", "ETH Global Awarded", "ETH Argentina Awarded"]
self.language_spoken = ["en_US", "it_IT", "es_AR"]
def introduce(self):
return "I like building weird and useful things π"
if __name__ == "__main__":
me = SystemsEngineer()
print(me.introduce())
Popular repositories Loading
-
AI-Seismic-Detection
AI-Seismic-Detection PublicLSTM model for autonomous seismic event detection on planetary landers β built for NASA Space Apps 2024 using Apollo and InSight mission data
Jupyter Notebook 1
-
nube-agent
nube-agent PublicForked from tadeodonegana/nube-agent
Manage Nuvemshop and Tiendanube online stores through CLI. Powered by LangChain Deep Agents.
Python 1
-
-
-
cotibot
cotibot PublicAgricultural machinery quotation system β Telegram bot for field use, React web admin panel, FastAPI backend, PDF generation, 50+ products
TypeScript
-
Real_Estate_System
Real_Estate_System PublicDjango property management platform with visit scheduling, newsletter system, email notifications, blog, and admin dashboard
HTML
If the problem persists, check the GitHub status page or contact support.



