# @lattifai/edge-ai

LattifAI web SDK.

## Install

```bash
npm install @lattifai/edge-ai
```

Or load from CDN:

```html
<script type="module">
  import { LattifAI } from 'https://cdn.jsdelivr.net/npm/@lattifai/edge-ai@0.1/esm/index.js';
</script>
```

## License

MIT — see [`LICENCE`](./LICENCE).
