khushij12 / Face-detection-using-python

An app for detecting faces either from an image or during a live face cam. It also presents overlay features on selected videos. Furthermore, it includes some fun games which can be helpful to get pacify from a swamped day. Here we also have focused on providing great GUI features for a better user experience.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face-detection-using-python

About:-

The domain of this project is Image Processing. So whole project works around detecting face from given media. Also we have try to implement GUI using tkinter.

Features:-

  • Detect face from Image:- This function will detect face from the photo provided by the user.

  • Detect face from Face-Cam:- In this, we are detecting face from System Face-Cam.

  • Overlay:- The meaning of overlay is to cover something with a layer of something. So, similar kind of thing we are donig here. Here user will get three option to use overlay feature like doing overlay in live video or recorded video.

  • Fun cat guessing game:- As we believe in saying "All work and no play makes Jack a dull boy" so here we also have a game in which a user has to detect cat faces from the randomly picked images.

Packages included in this project:-

  • cv2
  • tkinter
  • numpy
  • filedialog
  • random
  • from PIL
    • Image
    • ImageTk

Process to execute the project:-

Here we just need to execute main.py and then we just need to go with the flow of instruction given at a time by the window.

Some glimpse of project:-

Home Page:

Home Page

Browse option:

1

Face detection from Image

2

Overlay of video

3

About

An app for detecting faces either from an image or during a live face cam. It also presents overlay features on selected videos. Furthermore, it includes some fun games which can be helpful to get pacify from a swamped day. Here we also have focused on providing great GUI features for a better user experience.


Languages

Language:Python 100.0%