# GenAI Classifier Package

Used by the GenAI Teachable Machine, this package contains the core classifier application code. It allows the creation, loading and saving of GenAI TM projects, as well as the execution of the classifier using HTML Canvas elements for images.

# Getting Started

```
npm install @knicos/genai-classifier
```

# Build and Test

```
npm run build
npm test
```
