Skip to content

Commit

Permalink
Update vanilla js tutorial to mention server
Browse files Browse the repository at this point in the history
  • Loading branch information
perborgen authored Sep 17, 2023
1 parent 8a7a99d commit 6a75c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorials/vanilla-js.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Building a Vanilla JavaScript Application

In this tutorial, you’ll build a simple web application that detects objects in images using Transformers.js! To follow along, all you need is a code editor and a browser (no package manager, external libraries, or other build tools).
In this tutorial, you’ll build a simple web application that detects objects in images using Transformers.js! To follow along, all you need is a code editor, a browser, and a simple server (e.g. VS Code Live Server).

Here's how it works: the user clicks “Upload image” and selects an image using an input dialog. After analysing the image with an object detection model, the predicted bounding boxes are overlaid on top of the image, like this:

Expand Down

0 comments on commit 6a75c1f

Please sign in to comment.