forked from am15h/tflite_flutter_helper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.