add spacy-wasm to universe

This commit is contained in:
Victoria Slocum 2023-04-25 11:16:57 +02:00
parent 68da580a4c
commit 3dd3997a0f

View File

@ -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"]
},
{
"id": "grecy",
"title": "greCy",