The game where you guess what the GAN is generating
Find a file
2021-10-29 19:51:24 -04:00
bot.py add banned terms to /help banner 2021-10-29 19:38:37 -04:00
data.py clean up data loader 2021-10-29 19:39:01 -04:00
game.py fix bug where the system will give two clues in a row cuz the original clue timer thread was still running 2021-10-29 19:51:24 -04:00
LICENSE Initial commit 2021-10-10 13:46:26 -04:00
README.md readme: credit nerdyrodent 2021-10-10 14:03:57 -04:00
requirements.txt first checkin 2021-10-10 13:50:46 -04:00
text.py first checkin 2021-10-10 13:50:46 -04:00
util.py make more tolerant of plurals 2021-10-29 19:51:01 -04:00

gan-guesser

The game where you guess what the Generative Adversarial Network is trying to render.

Quickstart

Add game images to game_data/terms/

Put your Telegram API key in the form 133248235:blahblahblah in token-secret.txt

Then:

$ pip install -r requirements.txt
$ python bot.py

Credits

Idea and art by @Ryudrigo

First Python Telegram version by @tlack

VQGAN+CLIP code used to create images: (NerdyRodent's VQGAN+CLIP)[https://github.com/nerdyrodent/VQGAN-CLIP]