C++ ExamplesΒΆ
The MLTK supports C++ development and comes with several example C++ applications and demos.
The source code for the examples may be found on Github at mltk/cpp/shared/apps
The following examples are available:
| Name | Description |
|---|---|
| Hello World | Print "Hello world" to console |
| Model Profiler | Profile a .tflite model's execution performance |
| Audio Classifier | Classify real-time microphone audio |
| BLE Audio Classifier | Classify real-time microphone audio and notify BLE client when keyword is detected |
| Image Classifier | Classify images captured from an RGB camera |
| Fingerprint Authenticator | Generate unique signatures from images of fingerprints to authenticate users |