Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minimaxir/pokemon-ai
A text-generating AI to generate Pokémon names.
https://github.com/minimaxir/pokemon-ai
text-generation textgenrnn
Last synced: 2 months ago
JSON representation
A text-generating AI to generate Pokémon names.
- Host: GitHub
- URL: https://github.com/minimaxir/pokemon-ai
- Owner: minimaxir
- License: mit
- Created: 2019-02-09T01:55:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T02:14:27.000Z (almost 6 years ago)
- Last Synced: 2024-05-01T21:41:06.073Z (8 months ago)
- Topics: text-generation, textgenrnn
- Language: Python
- Homepage:
- Size: 139 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pokemon-ai
A [textgenrnn](https://github.com/minimaxir/textgenrnn) text-generating AI to generate Pokémon names, using data from [PokéAPI](https://pokeapi.co).
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](http://minimaxir.com))
*Max's open-source projects are supported by his [Patreon](https://www.patreon.com/minimaxir). If you found this project helpful, any monetary contributions to the Patreon are appreciated and will be put to good creative use.*
## License
MIT