- A pokedex app created with deep learning, capable to recognize a series of Pokemons from a list of existing Pokemons.
- This app works on a Raspberry Pi.
- The recognition part of the code is done on a separate thread, using an Intel Movidius NCS.
This application can find what pokemon is in a picture from a variety of inputs, like:
- Webcam - you can show a picture of a pokemon (show a piece of paper, a picture from a smartphone or pretty much anyway you can think of) through a webcam and the algorithm will tell you what pokemon is in that image.
- Image - you can give the path to a local image from your PC / Raspberry Pi to the Pokedex and it will tell you what pokemon is in that picture.
- Video - you can give the path to a local video, and whenever you want to analyze a frame, you can press the button and the Pokedex will tell you what pokemon is in that frame.
This is an example of how a Pokemon will be described
The Pokedex application will give you the following informations about the Pokemon:
- The name of the Pokemon
- A brief description about the Pokemon, how it behaves and what it likes
- A complete evolutionary chart of that Pokemon
- A list of skills that the Pokemon is able to learn and use in combat