RNN and LSTM for artists
Yet another article To Write
What we're gonna do:
- Create a dataset of images by scraping an epub using pyautogui
- Convert those images into text using tesseract OCR
- Traing an RNN on this text and generate novel text that should resemble the initial one, using the already avaible word-rnn repo