Skip to content

A Ron Swanson quote-generating RNN project.

License

Notifications You must be signed in to change notification settings

douglasdaly/ron-rnn

Repository files navigation

Ron Swanson Quote Generating RNN

RNN trained on Ron Swanson lines to generate random quotes.

See the associated blog post for more details.

Setup

Install requirements:

make requirements

Data

Fetch the data:

make data

Process the raw data:

make process

Train the network:

make train

Finally, to generate a quote:

make quote

License

This project's code is licensed under the MIT license. For details see the LICENSE file.