Fun projects
I like to work on fun side projects in my free time, especially during weekends. These are usually tools or ideas that I find interesting or useful, built purely for the joy of exploration and learning.
-
codebase-to-puzzles
Turn any codebase into coding puzzles to maximize understanding. An LLM-powered tool that analyzes GitHub repositories and generates hands-on coding exercises. -
XLM-RoBERTa NER
Named Entity Recognition with Pretrained XLM-RoBERTa. Implementation for sequence tagging tasks using cross-lingual language models. -
Fairseq-tagging
Sequence tagging implementations built on top of Facebookâs Fairseq framework for NLP tasks.