A Flutter application for recording audio, processing it, and running classification or inference with TFLite models.
- records audio from the device
- generates and analyzes audio waveforms
- integrates inference with TensorFlow Lite models
- prepares local assets in
assets/models/ - supports multiple Flutter platforms
- Flutter
- flutter_bloc
- just_audio
- record
- permission_handler
- tflite_flutter
- tflite_web
- flutter_audio_waveforms
- Flutter installed
- microphone permission on the target platform
- TFLite models available in
assets/models/
flutter pub get