Install and running Handwriting-Synthesis on Windows.

install Python 3.6.2 and Git Add “C:\Users\User\AppData\Local\Programs\Python\Python36” to your path and remove any Windows Store Path’s as needed to prevent Windows store from popping up while executing python commandline execute python get-pip.py from command line -> https://bootstrap.pypa.io/get-pip.py dir into a new folder. Know that using the latest version of python can cause issues with TensorFlow

C:\Users{username}\AppData\Local\Programs\Python\Python36\projects git clone https://github,com/sjvasquez/handwriting-synthesis.git
cd handwriting-synthesis
python -m pip install svgwrite python -m pip install matplotlib python -m pip install scipy python -m pip install pandas python -m pip install sklearn python -m pip install rnn python -m pip install tensorflow==1.11.0 python demo.py

pip install –trusted-host=storage.googleapis.com –trusted-host pypi.org –trusted-host files.pythonhosted.org numpy svgwrite matplotlib scipy pandas sklearn rnn https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.11.0-py3-none-any.whl

Files will drop in Img folder as SVG’s.

Leave a comment

Your email address will not be published. Required fields are marked *