Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit f2895d4

Browse files
committed
add api description
1 parent 024a6d6 commit f2895d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sentiment-analysis/plumber.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ library(plumber)
22
library(reticulate)
33

44
#* @apiTitle Sentiment Analysis Text API
5+
#* @apiDescription A Plumber API that uses R and Python to evaluate sentiment in
6+
#* text input using a pretrained spaCy model
57

68
source_python('predict.py')
79

0 commit comments

Comments
 (0)