Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.96 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.96 KB

Medium LinkedIn

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:

  1. Get flutter dependencies:
flutter pub get
  1. 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.

Authors