Skip to content

HadiAbdullah/Hand_Wiriting_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hand Wiriting Generator

This is an implemenation of the Alex Graves paper. This is an implementation of Section 4. The code generates natural looking hand writing. The figure below shows a high-level overview of the implementation.

alt text

Train:

The entire code for the batching data and training the model lives in a single Jupyter Notebook. In order to train a first model do:

$ cd notebooks
$ jupyter notebook

This will open the Jupyter Notebooks platform. Click on the file RDN+MDN+Model.ipynb. To train the model, click Kernel -> Restart and run all.

alt text

Test:

To generate naturally looking handwriting, do the following:

$ cd notebooks
$ jupyter notebook

This will open the Jupyter Notebooks platform. Click on the file results.ipynb. To train the model, click Kernel -> Restart and run all.

Requirements:

Python 2.7 TensorFlow

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published