Skip to content

Commit 9f6114e

Browse files
committed
Update path to transformers.js video and fix typo
1 parent 4cfe1c0 commit 9f6114e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"title": "Transformers.js",
33
"description": "A series exploring machine learning in JavaScript using Transformers.js! Learn how to run models hosted on Hugging Face directly in the browser with p5.js.",
4-
"videos": ["transformers-js/introduction"]
4+
"videos": ["transformers-js/introduction", "challenges/188-voice-chatbot"]
55
}

β€Žcontent/videos/challenges/188-voice-chatbot/index.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"AI"
1717
],
1818
"canContribute": true,
19-
"relatedChallenges": ["42-markov-chain-name-generator", "c43-context-free-grammar", "80-voice-chatbot-with-p5speech"],
19+
"relatedChallenges": ["42-markov-chain-name-generator", "43-context-free-grammar", "80-voice-chatbot-with-p5speech"],
2020
"timestamps": [
2121

2222
],
@@ -161,7 +161,7 @@
161161
{
162162
"icon": "πŸš‚",
163163
"title": "What is Transformers.js",
164-
"url": "https://www.youtube.com/watch?v=KR61bXsPlLU",
164+
"url": "/tracks/transformers-js/transformers-js/introduction",
165165
"description": "In this video, I cover what Transformers.js is, how to load it into a p5.js sketch, explain the pipeline API, and demonstrate sentiment analysis and language detection examples."
166166
}
167167

0 commit comments

Comments
Β (0)