We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2895d4 commit 1d9c172Copy full SHA for 1d9c172
.internal.yml
@@ -7,10 +7,10 @@ default:
7
- "Demo Content|Python"
8
url: "/python/reticulate/"
9
image: "reticulated_python.png"
10
- - name: "Image Classification with PyTorch"
11
- path: "./image-classifier"
12
- description: "An interactive Shiny app that uses R and Python to classify images into categories using a pretrained PyTorch model."
+ - name: "Sentiment Analysis with Python"
+ path: "./sentiment-analysis"
+ description: "A Plumber API that uses R and Python to evaluate sentiment in text input using a pretrained spaCy model."
13
tag:
14
15
- url: "/python/image-classification/"
16
- image: "image-classifier/pytorch-logo.png"
+ url: "/python/sentiment-analysis/"
+ image: "sentiment-analysis/spacy_logo.jpg"
0 commit comments