minimaxir / pokemon-ai

A text-generating AI to generate Pokémon names.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pokemon-ai

A textgenrnn text-generating AI to generate Pokémon names, using data from PokéAPI.

The network is deliberately small (16-cell RNNs x 4 layers) to prevent overfitting.

pokemon_training.py processes the data and trains the model, pokemon_generate.py generates the names from the trained AI.

Maintainer/Creator

Max Woolf (@minimaxir)

Max's open-source projects are supported by his Patreon. If you found this project helpful, any monetary contributions to the Patreon are appreciated and will be put to good creative use.

License

MIT

About

A text-generating AI to generate Pokémon names.

License:MIT License


Languages

Language:Python 100.0%