// projects
Things I’ve built, researched and taught.
A Colombian Sign Language translation system reaching a 91.17% F1 score, trained on a purpose-built corpus of 1,500+ videos and deployed on Kubernetes.
- Python
- GRU / LSTM
- Computer Vision
- FastAPI
- React
- Kubernetes
- MongoDB
A production retrieval-augmented generation platform, built with FastAPI, that lets legal teams query a corpus of 10,000+ judicial decisions.
- Python
- FastAPI
- Retrieval-Augmented Generation
- LLMs
Distributed training on Kubernetes
2025-2026
Distributed TensorFlow training on Kubernetes with the Parameter Server strategy: TF_CONFIG topology, gRPC coordination and network policies.
- TensorFlow
- Kubernetes
- Python
- gRPC
End-to-end MLOps architecture on AWS: S3 + Glue ETL, SageMaker training and batch inference, Athena analytics, Step Functions orchestration and KMS encryption.
- AWS
- SageMaker
- Glue
- S3
- Athena
- Step Functions
Hands-on workshop building an AI agent from scratch with LangGraph and Google Gemini: three progressive scripts, from first LLM call to a multi-node agent.
- Python
- LangGraph
- LangChain
- Gemini
One-hour workshop training a handwritten-digit classifier with TensorFlow and MNIST: data, neural networks, the training loop and predictions.
- Python
- TensorFlow
- Jupyter