Skip to content

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.

Notifications You must be signed in to change notification settings

khushij12/Face-detection-using-python

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages