Browser-based handwriting synthesis using Alex Graves' recurrent neural network model. Given input text, Scriptum generates realistic handwriting as SVG paths.
Model weights are stored with Git LFS. Install it before cloning:
git lfs install # One-time setup
git clone <repo> # LFS files are fetched automaticallyIf you've already cloned without LFS, fetch the weights with:
git lfs pullbun install # Install dependencies
bun run build # Compile TypeScript
bun run check # Run linter and formatter checks
bun run fmt # Auto-fix lint and format issues
bun test # Run tests
bun run dev # Serve the demo page locally