Skip to content

Commit 1d9c172

Browse files
committed
update internal.yml
1 parent f2895d4 commit 1d9c172

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.internal.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ default:
77
- "Demo Content|Python"
88
url: "/python/reticulate/"
99
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."
10+
- name: "Sentiment Analysis with Python"
11+
path: "./sentiment-analysis"
12+
description: "A Plumber API that uses R and Python to evaluate sentiment in text input using a pretrained spaCy model."
1313
tag:
1414
- "Demo Content|Python"
15-
url: "/python/image-classification/"
16-
image: "image-classifier/pytorch-logo.png"
15+
url: "/python/sentiment-analysis/"
16+
image: "sentiment-analysis/spacy_logo.jpg"

0 commit comments

Comments
 (0)