In this article, we will learn deep learning based OCR and how to recognize text in images using an open-source tool called Tesseract and OpenCV. The method of extracting text from images is called ...
Search Results for: install
Barcode and QR Code Scanner Using ZBar and OpenCV
In this post, we will share C++ and Python code for writing a barcode and QR code scanner using a library called ZBar and OpenCV. The Python code works in both Python 2 and Python 3. If you have ...
Activation Functions in Deep Learning – A Complete Overview
This post is part of the series on Deep Learning for Beginners, which consists of the following tutorials : In this post, we will learn about different activation functions in Deep learning and ...
Deep learning using Keras – The Basics
1. Deep Learning Frameworks Deep Learning is a branch of AI which uses Neural Networks for Machine Learning. In the recent years, it has shown dramatic improvements over traditional machine ...
Pytorch C++ Frontend Part II : Inputs,weights and bias
In our previous blog we learnt how to install the libpytorch libraries and run the pytorch C++ frontend application. If you have not read that yet, here is the link to Part-1/1 <give link to ...
PyTorch C++ Front-end: Tensors
In our last few blogs we are learning and exploring lot of things about PyTorch and it's advantages over other existing Deep Learning libraries. We learnt how to build an image classifier using ...