> For the complete documentation index, see [llms.txt](https://assetstore.easymlkit.voxelbusters.com/tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://assetstore.easymlkit.voxelbusters.com/tutorials/usage-overview.md).

# Usage Overview

> Create Feature -> Prepare with input source and options -> Process -> Close

1. Import **VoxelBusters.EasyMLKit** and **VoxelBusters.CoreLibrary** namespaces
2. Create feature instance
3. Create one of the Input Sources
4. Pass Input Source to the Prepare along with options
5. Call Process for getting the result callback
6. Close once processing is done

>
