5th-place submission for the eHealth-KD Challenge at IberLEF 2021 by the UH-MMM team. Neural models for Named Entity Recognition and Relation Extraction in Spanish medical text.
A meta-learning subsystem for AutoGOAL, an open-source AutoML framework: it learns from past experiments to predict which ML pipelines will do well on a new dataset, before training anything.
A Telegram bot written in Go that keeps a group chat in sync with Trakt.tv: new-episode notifications with streaming links, shared watch tracking, and two-way sync between chat buttons and Trakt history.
Infrastructure-as-code for a single-node home server: about 25 containers across GitOps-managed Docker Compose stacks, published through a Cloudflare Tunnel and fully observable with Prometheus, Grafana, Loki, and Tempo.
An interactive dashboard for cryptocurrency markets, joining technical indicators computed from live price data with sentiment analysis of Twitter activity.
A complete compiler for COOL, a statically-typed object-oriented language, from source code to runnable MIPS assembly through all four classic phases: lexing, parsing, semantic analysis, and code generation.
A Vim-like text editor written wholly in x86 assembly that boots straight on the hardware: no operating system, no libraries, just the keyboard, the screen, and the code in between.