This is a small example which shows how to combine Transformers.js with Svlete to create a simple object detector app.
First, install the dependencies:
npm install
Next, start the development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open