ebooks

Fediverse ebooks bot using neural networks

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
# ebooks

Fediverse ebooks bot using LSTM neural networks in PyTorch

## Usage

First, run `python data.py` to generate the training data.

Next, train the network with `python train.py`, which may take several hours.

Finally, create a Mastodon application for your bot account and run the bot with `python bot.py -i mastodon.instance -t access_token`. Enjoy!