GuldenizBektas / Face-Recognition

Free Code Camp YouTube Channel OpenCV Course Face Recognition with OpenCV's built-in recognizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title

This repo created with the help of FreeCodeCamp.org's OpenCV Tutorial video. You can access the video with this link.

This face recognation model created with OpenCV's built in functions. The results are not perfect because of that. In near future, I'll add more images to predict more accurate.

Used 5 classes of famous people to train.

Faces > train - val

Classes:

  1. Ben Afflek
  2. Elton John
  3. Jerry Seinfield
  4. Madonna
  5. Mindy Kaling

Dependencies

  • OpenCV Contrib library. OpenCV, and OpenCV contrib libraries are not the same. OpenCV contains main modules, OpenCV contrib contains both main modules and contrib/extra modules. My installation took so long, and I had to use Google Colab for this, so I used matplotlib library to display the image.
    pip3 install opencv-contrib-python
  • Matplotlib
    pip3 install matplotlib
  • Numpy
    pip3 install numpy
  • OS

Outputs

About

Free Code Camp YouTube Channel OpenCV Course Face Recognition with OpenCV's built-in recognizer


Languages

Language:Jupyter Notebook 100.0%