"Tambua", which is Swahili for "classify" or "identify"?
:toc:
## Applications for clasification of BMP (8bit) files
The repository contains following applications:
* Classifier library - does the image classification using TensorFlowLite
* Classifier Console - command line for classifier library
* Qt application - UI application for classifier library
notes:
* XNNPACK is currently enabled by default
* Profiling is enabled by default
## Example of Qt application
The Footer of the application contains the classified object "Bernese mountain dog"
image::Data/ApplicationQt.png[AppllicationQt main window]
## Console application
image::Data/Application.png[Appllication main window]
## Links
Tensorflow Lite C++ image classification demo: link:
github.com]