ko-microgpt.mp4
This repo contains a Korean(and English) name generation model and an educational web app that visualizes and explains it, inspired by microgpt of Karpathy.
Python assets for model training and inference are in model/, and the React frontend is in app/.
app/: Educational scroll-based UI built with React + Vitemodel/: Training/inference code, data, checkpoints, and snapshot export scripts
cd app
npm install
npm run devpython3 model/ko_main.py
python3 model/ko_inference.py
Microgpt Description - https://karpathy.github.io/2026/02/12/microgpt/
Design Prompt - https://www.designprompts.dev/