DL Quote Generator
April 2022
Python
Generative
LSTM
Flask
Using famous quotes from across the globe, this project seeks to generate new and fun quotes with generative LSTM neural networks. A user can generate a quote with an interactive UI, being able to choose the length, starting word, and fuziness (or the ridiculousness) of the quote. It will also attribute the quote to a fictional person.
The LSTM model is interacted with through a Python Flask app.
The project utilizes the following datasets in order to train the LSTM model.
How to run the code after git clone:
Open command prompt
1.) cd tab to the folder with app.py
2.) set FLASK_APP = app.py
3.) set FLASK_DEBUG=1
4.) flask run (if this doesn't work use the command below)
python -m flask run