From 6a75c1f64fc37e218bd77ef38d98c82b2d953d34 Mon Sep 17 00:00:00 2001 From: Per Harald Borgen Date: Sun, 17 Sep 2023 16:24:43 +0200 Subject: [PATCH] Update vanilla js tutorial to mention server --- docs/source/tutorials/vanilla-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorials/vanilla-js.md b/docs/source/tutorials/vanilla-js.md index ede14444e..c8f8372a5 100644 --- a/docs/source/tutorials/vanilla-js.md +++ b/docs/source/tutorials/vanilla-js.md @@ -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: