← Back home

The project directory

Different problems.
The same curiosity.

From a database built in Go to controlled model experiments. A selection of projects, with the decisions and evidence behind the work.

14 projects · 6 engineering case studies

AI Engineering

A voice agent from the media stream up

Phone-based appointment workflows through Twilio, streaming transcription, agent routing, and speech synthesis.

Real-time audio and stateful booking.

  • Twilio
  • FastAPI
  • LangGraph
AI Engineering

Chess Fundamentals Tutor

A multimodal tutor combining text retrieval, board-position similarity, and structured coaching.

Text and board-position retrieval.

  • LangGraph
  • ChromaDB
  • FastAPI
ML Engineering

Diffusion for code refactoring

A limited benchmark study of discrete diffusion decoding and dependency-aware unmasking for code refactoring.

Exploring global code structure.

  • PyTorch
  • LLaDA
  • Transformers
AI Engineering

Incident response with human review

An agent workflow for diagnosis, patch generation, testing, and GitHub pull requests, with a human approval gate.

Diagnosis → review → tested patch.

  • LangGraph
  • Groq
  • GitHub API
ML Engineering

Plant disease recognition

A TensorFlow/Keras image-classification project developed during the LetsGrowMore internship.

Image-based disease classification.

  • Python
  • TensorFlow
  • Keras
AI Engineering

SentinelMesh

A Go inspection proxy and LangGraph orchestration layer for policy-controlled agent requests.

Ingress and egress policy checks.

  • Go
  • LangGraph
  • FastAPI
ML Engineering

Street-view semantic segmentation

Semantic segmentation of CamVid street scenes using DeepLabv3+ and a ResNet-18 backbone.

Scene understanding at pixel level.

  • MATLAB
  • DeepLabv3+
  • CamVid
Data Science

Taxi trips as a graph

An educational ETL pipeline that models NYC taxi trips in Neo4j and explores locations with PageRank and BFS.

From Parquet data to graph queries.

  • Python
  • Neo4j
  • Docker