Hey there.

You're looking for a path from idea to production - I build clear-purpose, dependable AI that’s gentle on hardware.

GitHub · CV · Field Notes

Prototype 1

    Computer vision pipeline in PyTorch.

  • CIFAR-10: clean train/test dataloaders
  • MobileNetV3 & ViT baselines
  • Training, evaluation & inference scripts
  • TensorBoard metrics and image grids
  • Reproducible env + pytest
  • CI with GitHub Actions

Repository →

Prototype 2

    C++ feed-forward neural network.

  • Eigen (header-only)
  • XOR demo
  • CMake build, unit tests (ctest + doctest)
  • CI with GitHub Actions

Repository →