The current project is intended to implement an intent recognizer.
This is the list of requirements:
- CMake
- Catch2
These are the steps to compile the project:
mkdir [Repo]/EmbeddedIntentRecognizer/build
cd [Repo]/EmbeddedIntentRecognizer/build
cmake ..
make
These are the steps to run the unit test:
cd [Repo]/EmbeddedIntentRecognizer/bin
./IntentRecognizerUnitTest
These are the steps to run the command-line tool:
cd [Repo]/EmbeddedIntentRecognizer/bin
./IntentRecognizer
Type exit to end tool execution.