python

Generative Adversarial Network (GAN)

A Generative Adversarial Network (GAN) is a type of machine learning model that is composed of two parts: a generator and a discriminator. The generator model generates fake data, such as fake images, while the discriminator model attempts to classify the fake data as real or fake. The generator and discriminator models are trained together …

Generative Adversarial Network (GAN) Read More »

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 »

Generative adversarial networks

“Generative adversarial networks (GANs) are an exciting recent innovation in machine learning. GANs are generative models: they create new data instances that resemble your training data. For example, GANs can create images that look like photographs of human faces, even though the faces don’t belong to any real person. “ Now Train The Model Results

Distance Measure in Python

Computer Vision is one powerful tool that helps in predicting various tasks.In this blog, you will learn how to measure the distance between a person and a camera. step 1 download the Haarcasde classifier to detect faces in real-time (haarcascade_frontalface_default.xml). https://github.com/kipr/opencv/tree/master/data/haarcascades Code:

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 »