admin管理员组文章数量:1391999
Is it possible to use Tensorflow.js for real-time OCR for language modeling ( to start with English) as I am willing to make client side native desktop application running in offline mode.? Motivation behind it is to avoid unnecessary network resource consumption and have higher level of security. I tried bundling Tesseract.js but its not real time and there is no much activity in respective forum for a longer.time. Any pointer in this regard would be a great help.
Is it possible to use Tensorflow.js for real-time OCR for language modeling ( to start with English) as I am willing to make client side native desktop application running in offline mode.? Motivation behind it is to avoid unnecessary network resource consumption and have higher level of security. I tried bundling Tesseract.js but its not real time and there is no much activity in respective forum for a longer.time. Any pointer in this regard would be a great help.
Share Improve this question edited May 15, 2018 at 14:49 Gaurav Srivastava asked May 15, 2018 at 7:42 Gaurav SrivastavaGaurav Srivastava 3472 silver badges11 bronze badges 1- 1 Hey Jey Thanks for reply. I am tracking their site for last month ( since beginning of their js avatar) but couldn't get anything relevant. Can you share some link may be I missed ? It will be a great help. – Gaurav Srivastava Commented May 15, 2018 at 8:05
2 Answers
Reset to default 2Define "real-time". If you mean every second on a webcam, then yes! If you want native performance, you should consider a mobile app instead, using TFLite. Most cases the running every second is acceptable.
I remend converting an existing TF model to TFJS for your research. Like this one: https://github./tensorflow/models/tree/master/research/attention_ocr
Or you could train your own, like the classic MNIST example in TFJS, seen here: https://storage.googleapis./tfjs-examples/mnist/dist/index.html
use tensorflow.js with electron.js. it have native performance. because instead of webgl it uses CUDA and native c libraries which gain super fast result
本文标签: javascriptTensorflowjs for OCRStack Overflow
版权声明:本文标题:javascript - Tensorflow.js for OCR - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744720940a2621689.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论