Skip to content

A Fully Connected Generative Adversarial Network to imitate your Handwriting

Notifications You must be signed in to change notification settings

Aekus/Handwriting_GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handwriting_GAN

Program that imitates your handwriting using GANs, a novel kind of generative neural network. For explanation and results see www.aekusbhathal.com/proj4.html

Creating New Samples

I have provided 112 images of my handwriting, but if you would like to create your own, simply run drawing.py with

$ python drawing.py

A small canvas should pop-up. Enable/Disable penstroke by left-clicking and click 'save' when you are ready to submit your sample. It will be compressed and stored in Handwriting_samples.

Running the Model

To run the model, run model.py with

$ python model.py

Your output images should be saved under a folder called 'output'.

About

A Fully Connected Generative Adversarial Network to imitate your Handwriting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages