lisovskey / filmach

Recurrent neural network for movie scripts generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filmach of the Sad

Getting Started

To train a model you will need a bunch of .txt files and tonnes of patience:

python3 train.py \
    --epochs=16 \
    --seq_len=16 \
    --tensorboard_dir=logs

To generate your masterpieces it will be enough to run the script and pretend that you are typing:

python3 sample.py \
    --length=10000 \
    --start_text='Молодой человек,' \
    --model_name=model.h5

Example

One day on WTH 3.0 the first filmach's effort results were presented. The offspring is called Neurofilm and flaunts there.

Copyright 2018 lisovskey

About

Recurrent neural network for movie scripts generation

License:MIT License


Languages

Language:Python 100.0%