There are three important parts of Artificial Intelligence Natural Language ProcessingSpeechComputer Vision This post falls in the first category. In this post, we will learn a tool called ...
Search Results for: install
Katharsis : A Software Engineer’s first steps in Computer Vision and Machine Learning
There is a saying in Kannada, "Jeevana, Nintha Neeragirabaaradhu, Adhu Hariyuva ‘Jhari’ yaagirabeku." Which translates to the following in English, “Life should never be water in a pond, but it should ...
Heatmap for Logo Detection using OpenCV (Python)
In this post, we will learn how to create a heatmap to analyze annotations in a video sequence. We first elaborate on why this would be useful, give a real world application, and follow up ...
SVM using Scikit-Learn in Python
This post explains the implementation of Support Vector Machines (SVMs) using Scikit-Learn library in Python. We had discussed the math-less details of SVMs in the earlier post. In this post, we ...
Deep Learning based Character Classification using Synthetic Dataset
This summer I am doing an internship at Big Vision LLC under the guidance of Dr. Satya Mallick. In this post, I will describe the problem I was asked to solve to qualify for the internship. For a ...
Deep Learning Based OCR Text Recognition Using Tesseract and OpenCV
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 ...