Face Detection For Beginners

In the past few years, face recognition owned significant consideration and appreciated as one of the most promising applications in the field of image analysis. Face detection can consider a substantial part of face recognition operations. According to its strength to focus computational resources on the section of an image holding a face. The method […]

COVID-19: Face Mask Detection using TensorFlow and OpenCV Overview

Construct a CNN model to detect if a person is wearing a face mask or not with your webcam or mobile camera. Covid-19 spread out, lock down ,What worse could you all have imagined than this? While everyone’s bored after being away from work/college for so long, I thought to share this project as an […]

Create and deploy your own COVID-19 tracker in 3 days !

In this post, I am going to guide you the best way to go about building this web application. If time avails, I will also try writing about each and every aspect separately for creating and deploying a live covid-19 tracker. So let us begin .. Pre-requisites Basic HTML knowledge (use of <a>, <img>, <div> […]

Covid India Live Tracker with Python, Flask!!!

Hello guys! Welcome to my 1st exciting tutorial. In this global epidemic I wanted to build COVID-19 India live tracker to help people stay updated on the situation. Sharing this useful tutorial with all to get a vision on how to make a small model on Python and connect it with Flask Framework to trigger […]