Siddharth Chandracodekaro.hashnode.net·Apr 17, 2021Let's Draw OpenCV Logo Using OpenCVOpenCV is an awesome, powerful image-processing, computer vision and deep learning library. It would not be a joke to say that it is the god of all computer vision libraries. In this article, we are going to look at the image drawing capabilities of ...shashank sharma and 2 others are discussing this3 people are discussing thisDiscuss·143 likes·343 readsComputer VisionPythonWow, super easy, super simple, kudos to you! Thanks for sharing. Will share it with my students as a learning activity. 4
Siddharth Chandracodekaro.hashnode.net·Apr 20, 2021How To Create A Paint Brush Application Using OpenCVCreating a paintbrush application is one of the most fun activity while learning computer vision and image processing with a little bit of GUI concepts. Using OpenCV for such an application saves us a lot of time by not needing to know the basics of ...Victoria Lo and 2 others are discussing this3 people are discussing thisDiscuss·132 likes·419 readsComputer VisionPythonThis is amazing 💯 3
Sai Ashish Konchadatheinsightfulcoder.hashnode.net·Feb 19, 2021Turn Your Phone Camera Into a Webcam in 3 Easy StepsIf you don't own a webcam or are very unsatisfied with the boring resolution quality or you want to use your phone camera for computer vision applications, you're in the right place. Welcome to the Tech-Hacks For Everybody Series, this is Sai Ashi...Suvid Singhal and 1 other are discussing this2 people are discussing thisDiscuss·83 likes·595 readsTechAndroidWoah, that was a really great thing! Great article 😀 3
Harshit Jainhcodes.hashnode.net·Apr 22, 2023Discover the Power of Computer Vision: An Introduction to OpenCVWhat is open-cv and what it is used for? OpenCV is an open-source computer vision and machine learning library used for real-time image processing, object detection and tracking, facial recognition, robotics and much more, making it a powerful tool f...Discuss·10 likesopencv
shubham mehlaforFutureSmart AI Blogpnichite-1653929794900.hashnode.net·Apr 19, 2023Extracting Data from Charts and Graphs: The OCR Challenge SolutionIntroduction In today's data-driven world, extracting insights from complex data is essential. Graphs help represent this data, but analyzing them can be challenging, especially for non-experts. The OCR Challenge aimed to develop machine learning sol...Discuss·7 likes·375 readsOCR
Rupesh GelalforFutureSmart AI Blogpnichite-1653929794900.hashnode.net·Apr 16, 2023Invoice Processing with Azure OCR and GPT-4: An In Depth Step-by-Step GuideThis blog will guide you through the process of using Azure OCR to extract text from invoice images and PDFs. You will also learn to utilize GPT-4 to extract entities from the invoices. By the end of this guide, you'll have a thorough understanding o...Discuss·5 likes·1.3K readsOCR
Harsh Jaincodingbit.hashnode.net·Apr 15, 2023Implement OCR API Using FastAPISave images to the server Let’s now create a function that accepts your image, the path of the directory on the server where you want to store the image, and the name of the saved image. We can name this function _save_file_to_server(). import shutil...DiscussBuild Optical Character Recognition API Using Tesseract and FastAPIPython
Harsh Jaincodingbit.hashnode.net·Apr 15, 2023Perform OCR Using PythonWe have already installed all the required setups to run the code to perform OCR on some sample images. You can save the below image taken in this case. Let us jump directly into the code. import pytesseract # pytesseract.pytesseract.tesseract_cmd ...DiscussBuild Optical Character Recognition API Using Tesseract and FastAPIPython
Harsh Jaincodingbit.hashnode.net·Apr 15, 2023Tesseract and Pytesseract for OCRIntroduction to OCR The term OCR stands for Optical Character Recognition. Optical Character Recognition deals with the problem of recognizing all the different handwritten and printed characters. These characters can be converted into a machine-read...DiscussBuild Optical Character Recognition API Using Tesseract and FastAPIPython
Jeremy Morganjeremymorgan.hashnode.net·Apr 10, 2023FeaturedA Guide to Blurring Images with OpenCV and PythonIf you're reading this, you're probably curious about computer vision or just starting out. You've come to the right place. In this tutorial, we'll learn to blur images using OpenCV and Python. This is one of many OpenCV tutorials I have here. What i...Discuss·15 likes·102 readsPython
Yunus Temurlenkyunustemurlenk.hashnode.net·Mar 15, 2023Linking OpenCV to Qt on UbuntuQt is a popular cross-platform application framework for developing desktop and mobile applications, while OpenCV is a popular computer vision library for image processing and analysis. Integrating these two powerful tools can enable you to create vi...Discuss·34 readsopencv
Joydeep Pradhanjoydeep09.hashnode.net·Mar 8, 2023how computers work ?Computers are electronic devices that process information using a combination of hardware and software. The basic components of a computer include: Central Processing Unit (CPU): The CPU is the "brain" of the computer, responsible for executing inst...DiscussComputer Science
Senalisenali.hashnode.net·Mar 6, 2023How to develop object detector using AI model.What is object detection? Object detection is a computer vision task in machine learning that involves identifying and localizing objects within an image or a video. Object detection is a crucial task for many applications, such as autonomous driving...Senali and 1 other are discussing this2 people are discussing thisDiscuss·62 readsReact