Skip to content

Commit

Permalink
add audio classification readme
Browse files Browse the repository at this point in the history
  • Loading branch information
am15h committed Aug 20, 2021
1 parent 6c01ece commit 9c8e5d6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions example/audio_classification/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# Audio Classification Flutter App
# Real-time Audio Classification Flutter

Demonstrates the usage of TensorAudio API.
Real-time Audio Classification in flutter. It uses:

* Interpreter API from TFLite Flutter Plugin.
* TensorAudio API from TFLite Flutter Support Library.
* [YAMNet](https://tfhub.dev/google/lite-model/yamnet/classification/tflite/1),
an audio event classification model.

## Build and run

### Step 1. Clone TFLite Flutter Helper repository

Clone TFLite Flutter Helper repository to your computer to get the demo
application.

```
git clone https://github.com/am15h/tflite_flutter_helper
```

### Step 2. Run the application

```
cd example/audio_classification/
flutter run
```

## Resources used:

* [TensorFlow Lite](https://www.tensorflow.org/lite)
* [Audio Classification using TensorFlow Lite](https://www.tensorflow.org/lite/examples/audio_classification/overview)
* [YAMNet audio classification model](https://tfhub.dev/google/lite-model/yamnet/classification/tflite/1)
Binary file added example/audio_classification/audio_demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9c8e5d6

Please sign in to comment.