Face Detection in OpenCV
We will discuss about how we can apply Face Detection using OpenCV. We go straightforward with a practical reproducible example. …
We will discuss about how we can apply Face Detection using OpenCV. We go straightforward with a practical reproducible example. …
This short post is about finding an efficient way to count consecutive events. We are going to represent a straightforward …
There isn’t any common way to replace a list of strings with another list of strings within a text without …
Read moreReplace a list of strings with another list of strings using Python
In statistics and machine learning is quite common to reduce the dimension of the features. There are many available algorithms …
K-Means is an unsupervised machine learning algorithm that groups data into k number of clusters. The number of clusters is …
Usually in NLP tasks we use to remove punctuation and “stopwords” from the corpus. This is valid when we are …
Many companies and individuals hold a database of names and there is a need to join them with one or …