Skip to content

A Pokedex app created with deep learning, capable to recognize a series of Pokemons

Notifications You must be signed in to change notification settings

andrei-voia/deep_learning_pokedex

Repository files navigation

Deep Learning Pokedex Application

  • 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.

Click to play youtube video:

IMAGE ALT TEXT HERE

Input varieties

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.

Pokemon description

This is an example of how a Pokemon will be described

alt text

Description

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

alt text

About

A Pokedex app created with deep learning, capable to recognize a series of Pokemons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages