Machine Learning

Face mask detection Gender Age prediction

As I mentioned in my previous blog, face mask detection uses deep learning techniques. In this blog, you will learn how to accurately detect the face mask and classify it into two categories (face mask and no face mask). For this purpose, first, we trained the deep learning CNN model (MOBILE NET) using the facemask …

Face mask detection Gender Age prediction Read More »

Realtime facemask detection | 100% accurately

Facemask detection using deep learning techniques. In this blog, you will learn how to accurately detect the face mask and classify it into two classes (face mask and no face mask). For this purpose First, we trained the deep learning CNN model(Resnet) using the facemask dataset. After training the model, we used that model with …

Realtime facemask detection | 100% accurately Read More »

Run All Machine Learning models in Once

This library offers you the possibility to evaluate many machine learning models at the same time,using sk-learn and saving a lot of time and coding. In this blog, we will see how we can use multiple models at once for prediction using Lazy Predict library. CLASSIFICATION MODELS CLASSIFICATION MODELS CLASSIFICATION MODELS First, you need to …

Run All Machine Learning models in Once Read More »

Text Extraction Image to String

Text extraction, often known as keyword extraction, is a method of automatically scanning text and extracting relevant or core words and phrases from unstructured data such as news articles, surveys, and customer service issues using machine learning. In this blog, we will see how we can extract text by using pytesseract library. First, need to …

Text Extraction Image to String Read More »

Fake News detection using machine learning with flask web application

The advent of the World Wide Web and the rapid adoption of social media platforms (such as Facebook and Twitter) paved the way for information dissemination that has never been witnessed in the human history before.Consumers are creating and sharing more information than ever before thanks to social media platforms, some of it is inaccurate …

Fake News detection using machine learning with flask web application Read More »

Uber Rides Prediction using machine learning

As ride-hailing services become more popular, being able to reliably estimate demand can help operators allocate drivers to clients more efficiently, reducing idle time, improving traffic congestion, and improving the passenger experience. In this Blog, we are making a Flask based web application that will predict the Number of Weekly Rides using machine learning model. …

Uber Rides Prediction using machine learning Read More »

Direction to become a Machine Learning Expert

I have been through many people who ask me about How to become Machine learning experts and do we require a PhD degree to become machine learning engineers?  So before answering these questions I would like to briefly explain who is the machine learning Expert/Engineer? Who is ML Expert/Engineer? A Machine learning engineer is the …

Direction to become a Machine Learning Expert Read More »