Tag Computer Vision

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…

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…