Skip to content

Instantly share code, notes, and snippets.

@rocioDEV
Created February 28, 2020 10:38
Show Gist options
  • Save rocioDEV/fb2f3fa0c982730a3880f0e98508efd8 to your computer and use it in GitHub Desktop.
Save rocioDEV/fb2f3fa0c982730a3880f0e98508efd8 to your computer and use it in GitHub Desktop.
ml5-featureExtractor
const featureExtractor = ml5.featureExtractor('MobileNet', () => {
classifier = featureExtractor.classification(
document.querySelector('video'),
() => {
console.log("Video ready!")
}
)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment