|
6 | 6 | "date": "2026-04-20", |
7 | 7 | "nebulaSlug": "codingtrain-coding-challenge-188-voice-chatbot", |
8 | 8 | "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"], |
18 | 10 | "canContribute": true, |
19 | 11 | "relatedChallenges": ["42-markov-chain-name-generator", "43-context-free-grammar", "80-voice-chatbot-with-p5speech"], |
20 | | - "timestamps": [ |
21 | | - |
22 | | - ], |
| 12 | + "timestamps": [], |
23 | 13 | "codeExamples": [ |
24 | 14 | { |
25 | 15 | "title": "Graph Waveform of Recording", |
|
146 | 136 | "url": "https://huggingface.co/hexgrad/Kokoro-82M", |
147 | 137 | "description": "Model card for the Kokoro-82M on Hugging Face." |
148 | 138 | }, |
| 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 | + }, |
149 | 145 | { |
150 | 146 | "icon": "π", |
151 | 147 | "title": "Rivescript", |
|
182 | 178 | "url": "/tracks/p5js-2.0/p5js-2.0/async-await", |
183 | 179 | "description": "This video discusses loading data with async and await." |
184 | 180 | }, |
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 | + } |
192 | 187 | ] |
193 | 188 | }, |
194 | 189 | { |
|
200 | 195 | "url": "/tracks/p5js-2.0/p5js-2.0/async-await", |
201 | 196 | "description": "This video discusses loading data with async and await." |
202 | 197 | } |
203 | | - |
204 | 198 | ] |
205 | 199 | }, |
206 | 200 | { |
|
0 commit comments