Deep Learning 02456 Project (Denmark Technical University) Fall 2018
You can find the main dataset on figshare, courtesy of Alberto Acerbi. This dataset contains 1,093 popular movie scripts.
The folder shakespeare
is a dataset of Shakespeare's plays. To run the server,
python3.6 -m pip install Flask
python3.6 server.py
The website is locally hosted at http://127.0.0.1:5000/
.
To shutdown, visit
http://127.0.0.1:5000/shutdown
or click the shutdown button.
The base of this repository was borrowed from Sean Robertson's char-rnn.pytorch under the MIT License.
The model is based on Andrej Karpathy's popular char-rnn, which is described in detail on his blogpost.
The practice dataset in shakespeare
comes from Ravexina's shakespeare-plays-dataset-scraper.
Background image taken from Unsplash's Felix Mooneeram.