Computer Vision

Machine Learning Projects

Leaf Disease Detection Flask App – with source code – 2023

Leaf disease detection is a critical issue for farmers and agriculturalists. The detection of leaf diseases at an early stage can help prevent the spread of diseases and ensure a better yield. However, manual detection of leaf diseases is time-consuming and often inaccurate. With the advancement of technology, machine learning, and computer vision techniques can …

Leaf Disease Detection Flask App – with source code – 2023 Read More »

Machine Learning Projects

Drowsiness Detection using cv2 in Python – interesting project – 2023

Hey guys in this blog we will build a Drowsiness Detection app that will detect if the person in the video is getting Drowsy or not. This is a very interesting yet easy project with even less than 80 lines of code, so without any further due, let’s do it… Sneak at our Output Code …

Drowsiness Detection using cv2 in Python – interesting project – 2023 Read More »

Machine Learning Projects

Realtime Number Plate Detection using Yolov7 – Easiest Explanation – 2023

Hey guys, in this blog we will see how to perform Number Plate Detection using YOLOv7 by training the YOLOv7 on our custom number plate data. YOLOv7 is the new state-of-the-art real-time object detection model. You can use it for different industrial applications. Also, you can optimize the model, that is, converting the model to …

Realtime Number Plate Detection using Yolov7 – Easiest Explanation – 2023 Read More »

Machine Learning Projects

Easiest way to Train yolov7 on the custom dataset – 2023

Hey guys in this blog we will see how we can Train yolov7 on the custom dataset and create a Number Plate Detector. Sneak Peek at our Output… Yolov7 is the new state-of-the-art real-time object detection model. You can use it for different industrial applications. Also, you can optimize the model, that is, converting the …

Easiest way to Train yolov7 on the custom dataset – 2023 Read More »

Machine Learning Projects

Sketchy – Sketch making Flask App – Interesting Project – 2023

Hey guys, here comes another interesting Project which I named Sketchy – a Sketch making Flask App. This is a very easy yet very interesting project for folks who are looking to try out their hands on Flask. Snapshot of our Final app… This project mainly comprises of two files: This is going to be …

Sketchy – Sketch making Flask App – Interesting Project – 2023 Read More »

Machine Learning Projects

Generating cifar-10 fake images using Deep Convolutional Generative Adversarial Networks (DCGAN) – 2023

So guys in today’s blog we will see that how can we build some real-looking fake images, using Deep Convolutional Generative Adversarial Networks or DCGANs. GANs are basically known for their two networks, Generative network, and Discriminative network. We train our Discriminative model in such a way that it can tell us that which image …

Generating cifar-10 fake images using Deep Convolutional Generative Adversarial Networks (DCGAN) – 2023 Read More »

Machine Learning Projects

Helmet and Number Plate Detection and Recognition using YOLOv3 – interesting project – 2023

So guys in this blog we will see how we can implement Helmet and Number Plate Detection and Recognition in Python using YOLOv3 and some other Computer Vision techniques. This is a very advanced project which you can use for your college minor projects as well as major projects. So without wasting any further time. …

Helmet and Number Plate Detection and Recognition using YOLOv3 – interesting project – 2023 Read More »

Machine Learning Projects

HealthCure – an all in one medical solution – medical project – 7 disease detections – 2023

So guys here comes one of the most advanced data science medical projects that I have done till now in my whole Data Science journey. It is called HealthCure which is an all-in-one medical solution. We know the future is all about AI so here is my idea of bringing 7 disease detections under one …

HealthCure – an all in one medical solution – medical project – 7 disease detections – 2023 Read More »