Computer Vision: Showing Date and time on Video CapturingWe are learning the basics of the Computer Vision: We are capturing the video from the camera and then displaying the Date and time The steps for the Code is: First, we need to import the libraries like cv2 and datetime Then for video capturing tak...Oct 20, 2023·1 min read
Deep Learning: Face Mask Detection using CNNDeep Learning: Face Mask Detection using Convolutional Neural Networks (CNN) is a computer vision application that leverages the power of deep learning techniques to identify whether individuals in images or video frames are wearing face masks or not...Oct 17, 2023·3 min read
CIFAR - 10 Object Recognition using ResNet50CIFAR-10 Object Recognition using ResNet-50 is a machine learning task that involves using the CIFAR-10 dataset and the ResNet-50 deep learning architecture to classify 32x32-pixel color images into one of ten object categories. The goal is to build ...Oct 17, 2023·3 min read
Deep Learning: Dog vs Cat ClassificationThe task of classifying images of dogs and cats using deep learning techniques has become quite an essential example in the field of computer vision and machine learning. This challenging problem showcases the power of deep neural networks in disting...Oct 16, 2023·4 min read
Deep Learning: MNIST Handwritten Digit Clasification.The MNIST Handwritten Digit Classification is a widely recognized and foundational machine learning dataset and task. It serves as a benchmark for evaluating the performance of various image classification algorithms, particularly in the field of com...Oct 15, 2023·3 min read
Deep Learning: Breast Cancer ClassificationBreast cancer classification using deep learning is a computer-aided diagnostic approach that leverages the power of deep neural networks to analyze medical images (usually mammograms or breast biopsies) and assist in the early detection and classifi...Oct 15, 2023·3 min read
Data Science: Parkinson’s Disease with XGBoostParkinson’s disease is a progressive disorder of the central nervous system affecting movement and inducing tremors and stiffness. It has 5 stages to it and affects more than 1 million individuals every year in India. This is chronic and has no cure ...Oct 8, 2023·2 min read