add vetiver to spacy universe

This commit is contained in:
isabelizimm 2023-04-20 14:48:56 -04:00
parent ab4ba04c32
commit ade6485c7d

View File

@ -4119,6 +4119,34 @@
},
"category": ["pipeline", "research"],
"tags": ["Thai"]
},
{
"id": "vetiver",
"title": "Vetiver",
"slogan": "Version, share, deploy, and monitor models.",
"description": "The goal of vetiver is to provide fluent tooling to version, deploy, and monitor a trained model. Functions handle creating model objects, versioning models, predicting from a remote API endpoint, deploying Dockerfiles, and more.",
"github": "rstudio/vetiver-python",
"pip": "vetiver",
"code_example": [
"from vetiver import VetiverModel, VetiverAPI",
"",
"# Create deployable model object with your nlp Language object",
"v = VetiverModel(nlp, model_name = 'my_model')",
"# Try out your API endpoint locally",
"VetiverAPI(v).run()"
],
"code_language": "python",
"url": "https://vetiver.rstudio.com/",
"thumb": "https://raw.githubusercontent.com/rstudio/vetiver-python/main/docs/figures/logo.svg",
"image": "https://raw.githubusercontent.com/rstudio/vetiver-python/main/docs/figures/logo.svg",
"author": "Posit, PBC",
"author_links": {
"twitter": "posit_pbc",
"github": "rstudio",
"website": "https://posit.co/"
},
"category": ["apis", "standalone"],
"tags": ["apis", "deployment"]
}
],