Reticulate example: Sentiment analysis with Plumber and spaCy
reticulate
plumber
modeling
You can call Python from R within REST APIs using Plumber.
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
- See the code for this example in this GitHub repository
- The deployed API | Dashboard view (login required)