The game where you guess what the GAN is generating
- Python 100%
| bot.py | ||
| data.py | ||
| game.py | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
| text.py | ||
| util.py | ||
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]