cgoecknerwald / film-scripter

Deep Learning 02456 Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

film-scripter

Deep Learning 02456 Project (Denmark Technical University) Fall 2018

The Dataset

You can find the main dataset on figshare, courtesy of Alberto Acerbi. This dataset contains 1,093 popular movie scripts.

Usage

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.

Thanks

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.

About

Deep Learning 02456 Project

License:MIT License


Languages

Language:Python 76.1%Language:Jupyter Notebook 23.9%