Hey, 馃憢 Welcome I am from India and working as an AI Developer and writing blogs on Dev/HashNode platforms as well as on the personal blog.
Nothing here yet.
Introduction Today, In this article we will implement face recognition Built using dlib's state-of-the-art face recognition built with deep learning. The model has an accuracy of 99.38% on the Labeled Faces in the Wild benchmark. It's more like docum...

Introduction In This article, we will try image segmentation using Mask RCNN. Region-Based Convolutional Neural Networks (R-CNN) is a family of machine learning models for computer vision and specifically object detection. It's the successor of Faste...

In this article, we are going to convert the TensorFlow model to tflite model and will use it in a real-time Sign language detection app. we will not cover the training part in this article btw I used the TensorFlow object detection API for that. fir...

This article was originally published on CodePerfectPlus.com Deep learning task especially computer vision requires hardware for training purpose. Tensorflow-Gpu enables GPU for training using the CUDA. We are going to install CUDA11.0 on windows and...
