Tag Computer Vision

Best Books to Learn Computer Vision

Best Books to Learn Computer Vision

Computer Vision is one of the fields of Artificial Intelligence that enables a computer to find meaningful information from digital images, videos and other visual sources of data. The Face ID found in iPhones is one of the best examples…

Advanced Computer Vision Projects

Advanced Computer Vision Projects

Computer vision is a field of artificial intelligence that means giving a computer system the ability to see and analyze images just like humans. The FaceId in iPhone is one of the popular examples of computer vision applications. So if…

How To Learn Computer Vision?

How To Learn Computer Vision?

Computer vision is a subfield of artificial intelligence that is used to train a computer to see, process, and identify what is inside an image or video, just like humans. In this article, I will take you through a complete…

Computer Vision Projects with Python

Computer Vision Projects

Computer vision is a field of machine learning that processes images to solve real visual problems. In this article, I’m going to introduce you to some very useful computer vision projects and tasks that will help you boost your portfolio.…

OpenCV with Python Tutorial

OpenCV with Python Tutorial

OpenCV is a bunch of stuff mainly dealing with processing images and videos on your computer. This is a standard library for Computer Vision for Python tasks. In this article, I will introduce you to a tutorial on OpenCV with…

Emotion Detection Model

Emotion Detection Model

Emotion detection involves recognizing a person’s emotional state – for example, anger, confusion, or deception on vocal and non-vocal channels. The most common technique analyzes the characteristics of the speech signal, with the use of words as additional input, if…

Face Landmarks Detection

Face landmarks detection with deep learning

Have you ever thought how Snapchat manage to apply amazing filters according to your face? It have been programmed to detect some marks on your face to project a filter according to those marks. In Machine Learning those marks are…