mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Add spacy-wasm to universe (#12572)
* add spacy-wasm to universe * add tag
This commit is contained in:
parent
070fa16545
commit
a8dfc66135
|
@ -1,5 +1,21 @@
|
||||||
{
|
{
|
||||||
"resources": [
|
"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",
|
"id": "spacysee",
|
||||||
"title": "spaCysee",
|
"title": "spaCysee",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user