From ef044379b8ef1794c55e359dd8baf9e81ee86acd Mon Sep 17 00:00:00 2001 From: Per Harald Borgen Date: Fri, 15 Sep 2023 15:30:00 +0200 Subject: [PATCH] Delete examples/vanilla-js directory --- examples/vanilla-js/README.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 examples/vanilla-js/README.md diff --git a/examples/vanilla-js/README.md b/examples/vanilla-js/README.md deleted file mode 100644 index 528ee6e30..000000000 --- a/examples/vanilla-js/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# 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.](https://huggingface.co/docs/transformers.js/tutorials/javascript) - -## Getting Started -Download the repo and simply drag and drop the `index.html` file into a browser of your choice.