Simple audio recognition application developed in Flutter using Tensorflow Lite framework to integrate a sound classification model
This application was developed using a cross-platform framework that allows multi-operanting systems support namely iOS and Android:
- Flutter cross-platform framework
- Tensorflow Lite used to integrate machine learning models into mobile applications
As a requirement, it is necessary to have Flutter already installed. To run the mobile application:
- Get flutter dependencies:
flutter pub get
- After mobile device connected, run the application doing:
flutter run
This article explores not only how this app was developed but also how to prepare both environments (Android and iOS) for the Tensorflow Lite.