mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 01:48:04 +03:00 
			
		
		
		
	add vetiver to spacy universe
This commit is contained in:
		
							parent
							
								
									ab4ba04c32
								
							
						
					
					
						commit
						ade6485c7d
					
				| 
						 | 
					@ -4119,6 +4119,34 @@
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "category": ["pipeline", "research"],
 | 
					            "category": ["pipeline", "research"],
 | 
				
			||||||
            "tags": ["Thai"]
 | 
					            "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"]
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user