Skip to content

Code for running a simple Keybase bot that generates Sinterklaas poems on command.

License

Notifications You must be signed in to change notification settings

oskarvanderwal/sinterklaas-keybasebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sinterklaas-keybasebot

Code for running a simple Keybase bot that generates Sinterklaas poems on command.

Quick-Start

Make sure you have a GPT-2 model and tokenizer trained on a corpus with sinterklaas poems. You also need to have Keybase installed on your device and the application running, before starting the sinterklaas bot.

Make sure you have all the dependencies installed, for example through:

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Start the bot with the following command:

python main.py --user <KEYBASE-USERNAME> --key <KEYBASE-PAPERKEY> --model <GPT2-MODEL> --tokenizer <GPT2-TOKENIZER>

About

Code for running a simple Keybase bot that generates Sinterklaas poems on command.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages