PokedexWithImageProcessing
Pokedex with image classification and audio description
Install / Use
/learn @thiventura/PokedexWithImageProcessingREADME
Pokedex with image processing
Summary
This project creates a Pokedex which can identify Pokémons from first generation. Open this pokedex, take a picture, and you will receive the image and description of the pokémon detected. It also speak the description =)
It was used Flutter for the app development and a Tensorflow model for image classification. If you want to learning something related to this project, I leaved links in the Wiki of this repository.
Screenshots
<img src="https://github.com/thiventura/PokedexWithImageProcessing/blob/master/docs/screenshotcamera.png" width="250"> <img src="https://github.com/thiventura/PokedexWithImageProcessing/blob/master/docs/screenshotpokemon.png" width="250">
Plugins
To load Tensorflow model and perform image recognition was used the Tflite plugin. Camera plugin was used to access camera, display preview and capture snapshots. TTS plugin was used to perform Text to Speach with the pokémon's description.
