Finished pokepy a while ago. heres an update. pokepy is a character level language model that generates pokemon sounding names. It was trained on a list of all 1025 pokemon. This was made with ONLY numpy, no pytorch, no autograd, and no other deep learning libraries. It started as a simple MLP, then I expanded it into a WaveNet style architecture. I used Andrej Karpathy’s Zero to Hero series as inspiration. To run pokepy yourself, you just need to run the .command or .bat file from the source code. This runs it locally on http://0.0.0.0:10000.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.