8000 GitHub - perborgen/transformers-js-object-detection: In-browser AI with Transformers.js and vanilla JavaScript
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

perborgen/transformers-js-object-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Image Object Detection

This example contains a browser-based JavaScript application that detects objects in images using Transformers.js. The app requires no server, external libraries, or build tools. All you need is a code editor and a browser.

Here's how it works: the user uploads an image to the browser via the “Upload image” button. The app then downloads an AI model, runs the image through it, and finally displays an overview of where the different objects are located.

To learn more about how the code works, visit this tutorial.

Getting Started

Download the repo and simply drag and drop the index.html file into a browser of your choice.

About

In-browser AI with Transformers.js and vanilla JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0