Skip to content

Commit 44ee04c

Browse files
committed
Add another link
1 parent 7223da3 commit 44ee04c

1 file changed

Lines changed: 14 additions & 20 deletions

File tree

  • content/videos/challenges/188-voice-chatbot

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

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,10 @@
66
"date": "2026-04-20",
77
"nebulaSlug": "codingtrain-coding-challenge-188-voice-chatbot",
88
"languages": ["JavaScript", "p5.js"],
9-
"topics": [
10-
"text-to-speech",
11-
"speech-to-text",
12-
"chatbot",
13-
"Rivescript",
14-
"LLMS",
15-
"Agents",
16-
"AI"
17-
],
9+
"topics": ["text-to-speech", "speech-to-text", "chatbot", "Rivescript", "LLMS", "Agents", "AI"],
1810
"canContribute": true,
1911
"relatedChallenges": ["42-markov-chain-name-generator", "43-context-free-grammar", "80-voice-chatbot-with-p5speech"],
20-
"timestamps": [
21-
22-
],
12+
"timestamps": [],
2313
"codeExamples": [
2414
{
2515
"title": "Graph Waveform of Recording",
@@ -146,6 +136,12 @@
146136
"url": "https://huggingface.co/hexgrad/Kokoro-82M",
147137
"description": "Model card for the Kokoro-82M on Hugging Face."
148138
},
139+
{
140+
"icon": "πŸ““",
141+
"title": "ELIZA",
142+
"url": "https://en.wikipedia.org/wiki/ELIZA",
143+
"description": "Wikipedia article about the early natural language processing program ELIZA."
144+
},
149145
{
150146
"icon": "πŸ““",
151147
"title": "Rivescript",
@@ -182,13 +178,12 @@
182178
"url": "/tracks/p5js-2.0/p5js-2.0/async-await",
183179
"description": "This video discusses loading data with async and await."
184180
},
185-
{
186-
"icon": "πŸš‚",
187-
"title": "What is Transformers.js",
188-
"url": "/tracks/transformers-js/transformers-js/introduction",
189-
"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."
190-
}
191-
181+
{
182+
"icon": "πŸš‚",
183+
"title": "What is Transformers.js",
184+
"url": "/tracks/transformers-js/transformers-js/introduction",
185+
"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."
186+
}
192187
]
193188
},
194189
{
@@ -200,7 +195,6 @@
200195
"url": "/tracks/p5js-2.0/p5js-2.0/async-await",
201196
"description": "This video discusses loading data with async and await."
202197
}
203-
204198
]
205199
},
206200
{

0 commit comments

Comments
Β (0)