Ajay-Dhangar / face-detector-app

This is a simple face detector app that uses python and OpenCV to detect faces in an image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Detector App

This is a simple face detector app that uses python and OpenCV to detect faces in an image.

For Example:

preview

image

If you like this repository, feel free to star it.

Features

  • Detect faces in an image

Let's Get Started

Step 1: Fork this Repository

You can get your own fork/copy of face-detector-app by using the Fork button.

Step 2: Clone your fork

You need to clone (download a copy of) this repository to your local machine using:

git clone https://github.com/Your_Username/face-detector-app.git

Where Your_Username is your GitHub username. Here you're copying the contents of the face-detector-app repository on GitHub to your computer.

Step 3: Navigate to the repository

cd face-detector-app

Step 4: install the required libraries

pip install -r requirements.txt

or you can install the required libraries manually using:

pip install opencv-python

Step 5: Run the app

python main.py

image

Congratulations! You have successfully run the face detector app.

and you can use your own image by replacing the image in the images folder.

Contributing

Step 1: Create a new branch

git checkout -b YourBranchName

Step 2: Make changes

Make the changes that you want to make.

Step 3: Commit all the changes

git add .
git commit -m "Your commit message"

Step 4: Push the changes

git push origin YourBranchName

Step 5: Create a Pull Request

Go to your repository on GitHub and create a pull request.

Congratulations! You have successfully created a pull request.

Author

About

This is a simple face detector app that uses python and OpenCV to detect faces in an image.


Languages

Language:Python 100.0%