From 9f29475feffe55eb2174894392809bca10f323f6 Mon Sep 17 00:00:00 2001 From: Taekmin Kim Date: Sat, 28 Dec 2024 15:56:47 -0800 Subject: [PATCH] Edit README to add chrome extension --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 87c92e44..3135e219 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,6 @@ A collection of [🤗 Transformers.js](https://huggingface.co/docs/transformers. | [Node.js (CJS)](./node-cjs/) | Sentiment analysis in Node.js w/ CommonJS | n/a | | [Next.js](./next-server/) | Sentiment analysis in Next.js | [Demo](https://huggingface.co/spaces/webml-community/next-server-template) | | [SvelteKit](./sveltekit/) | Sentiment analysis in SvelteKit | [Demo](https://huggingface.co/spaces/webml-community/sveltekit-server-template) | +| [Chrome Extension with Plasmo](https://github.com/tantara/transformers.js-chrome) | Chrome extension with Plasmo | [Demo](https://chromewebstore.google.com/detail/private-ai-assistant-runn/jojlpeliekadmokfnikappfadbjiaghp) | Check out the Transformers.js [template](https://huggingface.co/new-space?template=static-templates%2Ftransformers.js) on Hugging Face to get started in one click!