#!/usr/bin/python# -*- coding: utf-8 -*-classSystemsEngineer(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"]
defintroduce(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
- ML-FaceRecognizer
ML-FaceRecognizer PublicReconocimiento facial para reencuentro de personas: indexado en GPU local (RTX 5060) + busqueda en VPS. FastAPI + facenet-pytorch + Next.js.
Python 1
- Repetto-A
Repetto-A PublicThis is my personal repo for README
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
Uh oh!
There was an error while loading. Please reload this page.



