Hi! This post is part of our PyTorch series. In the previous post, Pytorch Tutorial for beginners, we discussed PyTorch, it's strengths and why you should learn it. We also had a brief look at ...
PyTorch Tutorial For Beginners: All the Basics
The world is evolving and so is the technology serving it. It's crucial for everyone to keep up with the rapid changes in technology. One of the domains witnessing the fastest and largest evolution is ...
Xeus-Cling: Run C++ code in Jupyter Notebook
Facial Landmark Detection using OpenCV and Dlib in C++ Jupyter Notebook, formerly known as IPython Notebook, in my opinion, is one of the best tools for a programmer. You can interactively ...
Deep Learning Based Text Detection Using OpenCV (C++/Python)
The common saying is, "A picture is worth a thousand words." In this post, we will take that literally and try to find the words in a picture! In an earlier post about Text Recognition, we discussed ...
Using OpenVINO with OpenCV
In this post, we will learn how to squeeze the maximum performance out of OpenCV's Deep Neural Network (DNN) module using Intel's OpenVINO toolkitpost, we compared the performance of OpenCV and other ...
Duplicate Search on Quora Dataset
A few weeks back we published a post about Universal Sentence Encoders. We discussed how to use the encoders and their application in Semantic Similarity Analysis. In this post, we will use the ...