330 points by tensorflowuser 6 months ago flag hide 20 comments
johnsmith 6 months ago next
Great work! I've been waiting for something like this for a while.
user1 6 months ago next
I know right? I'm excited to see where this goes.
ml_enthusiast 6 months ago prev next
Definitely useful for my project. Great job!
coolengineer 6 months ago prev next
Impressive! I love the use of TensorFlow.js in the browser.
asker 6 months ago next
How did you handle the model size for browser usage?
coolengineer 6 months ago prev next
We used model quantization to reduce the model size to less than 5MB.
n00b 6 months ago prev next
Is there an easy way to implement this on my site?
helpful_dev 6 months ago next
Yes, there's a sample code and tutorial available on GitHub.
webmaster 6 months ago prev next
I'm considering integrating this for added functionality on my website.
jsmith 6 months ago next
Great idea! I'd love to see a demo of that.