Machine learning in the browser. I am focusing on tensorflow.js. There is a tensorflow to tfjs conversion script that can compile certain models to be used in a browser.
I have found it to be buggy, obviously there are performance issues, but when it is just right it is a really magical user experience. My first test was highlighting a section of a document, running it through client side OCR, and automatically copying it to the clipboard. It happens in less than half a second.
I have found it to be buggy, obviously there are performance issues, but when it is just right it is a really magical user experience. My first test was highlighting a section of a document, running it through client side OCR, and automatically copying it to the clipboard. It happens in less than half a second.