Reticulate example: Sentiment analysis with Plumber and spaCy

reticulate
plumber
modeling
You can call Python from R within REST APIs using Plumber.

Screenshot of API deployed to Connect

Publishing REST APIs with Python

You can call Python from R within REST APIs using Plumber.

This example demonstrates using reticulate source a spaCy Python model and exposing it as REST API using plumber.

Resources

Back to top