Words Can Change the World!
OCR(Optical Character Recognition) From Scratch using Deep-learning.
After reading this article you will be able to make your own OCR from literal scratch. We will be feeding an image with some text and our script will be able to give us the prediction of texts it founds.
10 min readImplementation of Neural machine translation using python
lear about how to translate texts from one language to another using Neural Machine Translation with Attention using python (Keras and eager execution).
10 min read