Skip to content

woduq1414/ko-microgpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ko-microgpt

Demo

ko-microgpt.mp4

Summary

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/.

Directory Overview

  • app/: Educational scroll-based UI built with React + Vite
  • model/: Training/inference code, data, checkpoints, and snapshot export scripts

Quick Start

Frontend

cd app
npm install
npm run dev

Model

python3 model/ko_main.py
python3 model/ko_inference.py

Screenshots

image image image image image image image image

Reference

Microgpt Description - https://karpathy.github.io/2026/02/12/microgpt/

Design Prompt - https://www.designprompts.dev/

About

Interactive Microgpt Visualizer Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors