Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 660 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 660 Bytes

EmbeddedIntentRecognizer

About The Project

The current project is intended to implement an intent recognizer.

Getting Started

Prerequisites

This is the list of requirements:

  • CMake
  • Catch2

Usage

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.