Skip to content

Repository files navigation

Scriptum

CI

Browser-based handwriting synthesis using Alex Graves' recurrent neural network model. Given input text, Scriptum generates realistic handwriting as SVG paths.

Setup

Model weights are stored with Git LFS. Install it before cloning:

git lfs install    # One-time setup
git clone <repo>   # LFS files are fetched automatically

If you've already cloned without LFS, fetch the weights with:

git lfs pull

Commands

bun 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

About

Browser-based handwriting synthesis using Alex Graves' RNN model

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages