This project is a simple CNN used to generate the string images. Here are some examples:
Step1: Split the images of 26 single letters and create the image of the space
python split.py
Step2: Generate the training data, the images of random strings
python random_make.py
Step3: Train the network
python generate.py
Step4: Test
python test.py