audio_recognition_app
audio_recognition_app copied to clipboard
Flutter mobile application for audio recognition using Tensorflow Lite to integrate the classification model
Audio Recognition App
Simple audio recognition application developed in Flutter using Tensorflow Lite framework to integrate a sound classification model
Tecnologies
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
How to run
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.