Skip to content

Commit

Permalink
Update docs/source/tutorials/javascript.md
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Lochner <[email protected]>
  • Loading branch information
perborgen and xenova authored Sep 10, 2023
1 parent f1ac272 commit b202a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorials/javascript.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Building a JavaScript Application

In this tutorial, you’ll build 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.
In this tutorial, you’ll build a simple 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, like this:

Expand Down

0 comments on commit b202a14

Please sign in to comment.