Skip to content
C++ SystemsOct 2024 – Jan 2025

MockAI

A character-level text generator in C++, written before I had touched a real model.

MockAI screenshot

What it does

  • Sliding-window n-gram model over character distributions, with a hash map for lookup.

Built with

  • C++
  • Algorithms
All projects