Have you ever seen how modern phones recognize the faces of their owners? Or maybe you are interested in the way phones or cameras can detect faces of people in real-time? This is possible due to computer vision (CV), a large subfield of machine learning. In this tutorial, we will show how to use computer vision inside your web application. The …
Microsoft Computer Vision
How To Use the Microsoft Computer Vision API (with Python) for Image Processing
In this blog post, we'll explain how to use the Microsoft Computer Vision API with Python. What is Microsoft Computer Vision API? The Microsoft Computer Vision API uses machine learning to classify images. It's not specifically geared for a complex task like facial recognition. It's more of a general-purpose API. Amazon, Google, IBM, and other …
The Top 5 OCR APIs & Software by Accuracy, Price & Capabilities
What is OCR? OCR - Optical Character Recognition - is a useful machine vision capability. OCR lets you recognize and extract text from images, so that it can be further processed/stored. This is very useful for processing scans/pictures of text - for instance, when working with invoices, scanned forms and signage. We’ve looked at several APIs …