Skip to content

thiventura/PokedexWithImageProcessing

Repository files navigation

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

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.

Acknowledgements

Christopher Betz

Harshit Dwivedi