Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.03 KB

BOTTPAD

oRIGINAL PROJECT DO NOT STEAL IF U STEAL I WILL COME TO UR ACCOUNT & CT YU

A wattpad-trained rnn for making dumb videos to put on youtube.

Very hacky, do not use.

trains with char-rnn
renders with Spectrum.py
uploads with youtube-upload

For it to even have a chance of running, you need to..

  • (sudo) pip install -r requirements.txt for each of
    • wattfetcher/requirements.txt
    • vidmaker/requirements.txt
  • install youtube-upload
  • clone char-rnn inside the project root
  • generate a build_epoch.t7 file from from char-rnn
  • symlink Spectrum.py from its real directory to vidmaker
  • put images in vidmaker/pics
  • put fonts in vidmaker/fonts
  • run bottpad.sh from the project root

Something will probably break. Spectrum.py is just bad in a lot of ways, so it needs to be redone with cSpectrum once that's minimally viable