castorini / honkling

Web app for keyword spotting using TensorflowJS
https://castorini.github.io/honkling/
MIT License
69 stars 13 forks source link

aggregates performance metrics for each keyword to generate single report for overall summary #34

Closed ljj7975 closed 6 years ago

ljj7975 commented 6 years ago

performance metric captured include (units for time is ms)

As part of development I have ran it with 110 data samples (100 positive, 10 negative) result I have for that is

ljj7975 commented 6 years ago

btw, that was on chrome with my mac. I guess the mfcc generation / inference time will change based on the device & version / type of browser

ljj7975 commented 6 years ago

this is result from firefox on my mac

Glad to see some difference in inference time

ljj7975 commented 6 years ago

I am currently writing code for display result on the page I guess it should take long and once we have that, we can try it on the tablet as well