gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
575 stars 173 forks source link

[EXE] Face Detection using HaarCascade #121

Open iishipatel opened 3 years ago

iishipatel commented 3 years ago

Learning Goals

Exercise Statement

Code a simple face detection script using OpenCV and Haarcascade

Prerequisites

Data source:

HaarCascade Library

Further Links/Credits to Relevant Resources:

OpenCV Official Documentation

gimseng commented 3 years ago

Thanks @iishipatel ! I have no idea what's Haarcascade, so looking forward when you submit a PR. Please take some time to read the contributing guidelines and get familiar with a few older projects in this repo, so that you understand how we structure things. Thanks !

iishipatel commented 3 years ago

Thanks! I will work on this ASAP