| title | INKFORGE - Handwriting Synthesis | |||||
|---|---|---|---|---|---|---|
| emoji | ✍️ | |||||
| colorFrom | blue | |||||
| colorTo | purple | |||||
| sdk | gradio | |||||
| sdk_version | 4.0.0 | |||||
| app_file | app.py | |||||
| pinned | false | |||||
| license | mit | |||||
| tags |
|
Generate realistic handwritten text using deep learning.
- Multiple Writing Styles: Neat cursive, casual print, rushed notes, and more
- Customizable Parameters: Control variation, stroke width, ink color
- Full Document Generation: Generate multi-paragraph handwritten documents
- Writing Fatigue Simulation: Text degrades naturally over long passages
INKFORGE uses an LSTM + Mixture Density Network (MDN) architecture based on Graves 2013 to generate handwriting stroke-by-stroke.
- Enter your text in the input box
- Select a writing style preset
- Adjust temperature (variation) and other parameters
- Click "Generate Handwriting"
This demo uses a randomly initialized model for demonstration. For realistic handwriting, train the model on the IAM On-Line Handwriting Database.
MIT License