Platform
Resources
Pricing
Sign in
Contact us
Mario Delgado
Designing and Engineering a Better Tomorrow
Workspace
Fork
Public
You're Never Too Old To Code
By
Mario Delgado
Edited
Jun 7, 2023
Fork of
Audio Recognition with TensorFlow
3 stars
You're Never Too Old To Code
Prerequisites
Using A Trained Teachable Machine Model in Observable
'Chatter'-box
Basics of Machine Learning
Just Enough Statistics
A Quick Introduction to Tensors
Interactive Convolutional Neural Network (CNN)
Audio Recognition with TensorFlow
TensorFlow MoveNet Intro
Face Landmarks Detection - Tensorflow.js
Bing Chat for Co-Intelligence
Artificial General Intelligence (AGI) and Wisdom
Insert cell
Insert cell
d3
.
greatest
(
scores
,
(
[
word
,
score
]
)
=>
score
||
NaN
)
Insert cell
Insert cell
Insert cell
recognizer
=
{
const
recognizer
=
speechCommands
.
create
(
"BROWSER_FFT"
)
;
await
recognizer
.
ensureModelLoaded
(
)
;
return
recognizer
;
}
Insert cell
words
=
recognizer
.
wordLabels
(
)
Insert cell
Insert cell
d3
=
require
(
"d3-array@2"
)
Insert cell
tfjs
=
require
(
"@tensorflow/tfjs@0.13"
)
Insert cell
speechCommands
=
require
(
"@tensorflow-models/speech-commands@0.2"
)
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Compare fork
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
scores
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
recognizer
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
words
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
order
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
d3
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
tfjs
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
speechCommands
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML