- Notifications
You must be signed in to change notification settings - Fork19
Using pix2pix to convert scribbles to Chinese calligraphy
License
NotificationsYou must be signed in to change notification settings
LingDong-/edges2calligraphy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
From scribbles to Chinese calligraphy (潦草字->赵体草书)
Interactive demo:https://lingdong-.github.io/edges2calligraphy/
This project uses a neural network calledpix2pix to transfer your scribbles into Chinese Calligraphy. It is trained on ~200 cursive characters fromZhao Mengfu'sThousand Character Classic in Regular and Cursive Script (《赵孟頫真草千字文》), labeled using custom software. It is largely based onaffinelayer's edges2cats demo andpix2pix-tensorflow project, and usesdeeplearn.js to perform GPU accelerated computation in your browser.
Try the online deomo:https://lingdong-.github.io/edges2calligraphy/. (Tested in Chrome and Firefox. Does not work in Safari.)
This project usespix2pix-tensorflow for training. See/tools/README.md
for details.