Skip to content

Flutter mobile application for audio recognition using Tensorflow Lite to integrate the classification model

Notifications You must be signed in to change notification settings

cmalbuquerque/audio_recognition_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Flutter mobile application for audio recognition using Tensorflow Lite to integrate the classification model

Topics

Resources

Stars

Watchers

Forks