From a8dfc66135cdb696fdc965f2ef369ecce093db6a Mon Sep 17 00:00:00 2001 From: Victoria <80417010+victorialslocum@users.noreply.github.com> Date: Wed, 26 Apr 2023 14:18:40 +0200 Subject: [PATCH] Add spacy-wasm to universe (#12572) * add spacy-wasm to universe * add tag --- website/meta/universe.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/website/meta/universe.json b/website/meta/universe.json index b91d7dada..4067c4d1e 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -1,5 +1,21 @@ { "resources": [ + { + "id": "spacy-wasm", + "title": "spacy-wasm", + "slogan": "spaCy in the browser using WebAssembly", + "description": "Run spaCy directly in the browser with WebAssembly. Using Pyodide, the application loads the spaCy model and renders the text prompt with displaCy.", + "url": "https://spacy-wasm.vercel.app/", + "github": "SyedAhkam/spacy-wasm", + "code_language": "python", + "author": "Syed Ahkam", + "author_links": { + "twitter": "@SyedAhkam1", + "github": "SyedAhkam" + }, + "category": ["visualizers"], + "tags": ["visualization", "deployment"] + }, { "id": "spacysee", "title": "spaCysee",