Skip to content
forked from lisovskey/filmach

Recurrent neural network for movie scripts generation

License

Notifications You must be signed in to change notification settings

alyohea/filmach

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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=10 \
    --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='Молодой человек ' \
    --seq_len=16 \
    --model_name=model.h5

Copyright 2018 lisovskey

About

Recurrent neural network for movie scripts generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%