Ayush kumarayush7614.hashnode.dev路Sep 27, 2023Top AI Open-Source ProjectsArtificial intelligence and machine learning are growing at a rapid pace. Open-source AI projects play an important role in fueling this growth by making cutting-edge research and tools accessible to all. Artificial Intelligence (AI) has become a dri...DiscussArtificial Intelligence
manognamanogna.hashnode.dev路Sep 23, 2023A video Streaming App with Python and聽OpencvIntroduction Face detection and blurring are two distinct computer vision tasks often used together for privacy protection and image/video manipulation. In this article, we will explore a mini-project that involves implementing real-time face detecti...DiscussPython 3
Rhythm Rawatrhythmblogs.hashnode.dev路Sep 16, 2023Detecting Sign Language in Real-Time: A Deep Learning ProjectSign language is a crucial means of communication for millions of people around the world. Building technologies that can interpret sign language can greatly enhance accessibility and inclusion. In this project, we developed a real-time sign language...DiscussTensorFlow
Computer Coding Classcomputercodingclass.hashnode.dev路Sep 13, 2023How to Combine two images into one image using Python#python #numpy #pillow, #opencv #images #coding #programming Computer Coding Class https://youtu.be/qhRlSA8OJIgDiscussPython
Dhiman Sealdhi13man.hashnode.dev路Sep 1, 2023The Joy of Building Logic: Automating the Microsoft Edge Surfing聽GameIn a world that鈥檚 buzzing with the immense possibilities of Artificial Intelligence (AI) and Machine Learning (ML), it鈥檚 tempting to turn to these cutting-edge technologies for solutions to every challenge we encounter. However, there鈥檚 an undeniable...DiscussPython
Ragnor Lathbrokakblogs.hashnode.dev路Aug 27, 2023Detect people from cctv footage using yolov3Introduction In this blog, we are going to see how yolov3(a pre-trained model) is used to detect humans in CCTV footage, To follow up you need to have prior knowledge in Python cause am going to do this prediction using Python. This process involves ...DiscussPython 3
MITHIN DEVmithin.hashnode.dev路Aug 26, 2023馃帹 Creating Artistic Sketches from Photos using Python 馃悕While exploring into Computer Vision and Image Processing recently, I stumbled upon something fascinating! 馃挕I have already done some basic image processing in C before, but Python adds a whole new layer of excitement to it. With just a few lines of ...Discuss路20 likes路42 readsPython
Ragnor Lathbrokakblogs.hashnode.dev路Aug 26, 2023Reversing a video using pythonHOW TO REVERSE A VIDEO USING PYTHON (OPENCV) 1. What is reversing a Video? Reversing a video refers to playing a clip backward. It creates interesting visual effects, We are used to seeing events unfold chronologically. Seeing a reversed video can se...DiscussPython
MITHIN DEVmithin.hashnode.dev路Aug 24, 2023Simple Lane Detection with OpenCVIn this article, we're diving deep into a captivating lane detection algorithm I've been experimenting with. 馃殫 We'll analyze a basic video, pinpoint the lane, and craft a red overlay for both left and right lanes. 馃帹 Get ready for a tech journey as ...Discuss路16 likes路59 readsOpen Source
Ethanethan91.hashnode.dev路Aug 16, 2023Applying Filters To Camera Feed Using OpenCV And GStreamerIntroduction Hello! 馃槂 In this tutorial, I will show you how to apply a few filters to the camera video feed using C++, OpenCV, and GStreamer. Prerequisites A Working installation of OpenCV and GStreamer. A webcam or video input source. A configu...DiscussBeginner Developers