snore_detection 0.2.0 copy "snore_detection: ^0.2.0" to clipboard
snore_detection: ^0.2.0 copied to clipboard

Real-time and file-based snoring detection using TensorFlow Lite. Simple API for audio classification with configurable thresholds.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add snore_detection

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  snore_detection: ^0.2.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:snore_detection/snore_detection.dart';
0
likes
160
points
98
downloads

Publisher

unverified uploader

Weekly Downloads

Real-time and file-based snoring detection using TensorFlow Lite. Simple API for audio classification with configurable thresholds.

Repository (GitHub)
View/report issues

Topics

#snoring #audio #machine-learning #tflite #audio-classification

Documentation

API reference

License

MIT (license)

Dependencies

fftea, flutter, path_provider, permission_handler, record, tflite_flutter

More

Packages that depend on snore_detection