dimbyTa's picture
updated plumbeR
0c8184b
raw
history blame contribute delete
414 Bytes
# Generated by the vetiver package; edit with care
library(pins)
library(plumber)
library(rapidoc)
library(vetiver)
# Packages needed to generate model predictions
if (FALSE) {
library(caret)
}
pin_loc <- pins:::github_raw("DimbyTa/r-mlops-vetiver-huggingFace/main/pins-r/_pins.yaml")
b <- board_url(pin_loc)
v <- vetiver_pin_read(b, "accident_model")
#* @plumber
function(pr) {
pr %>% vetiver_api(v)
}