An open API service indexing awesome lists of open source software.

https://github.com/parthasdey2304/face-recognition-python

In this repo I would store my work of face recognition using opencv in python.
https://github.com/parthasdey2304/face-recognition-python

Last synced: 6 months ago
JSON representation

In this repo I would store my work of face recognition using opencv in python.

Awesome Lists containing this project

README

          

# Face-Recognition-Python
In this repo I would store my work of face recognition using opencv in python.

# Upcoming features
Some of the upcoming features include:
+ Person Identification
+ Database Integration
+ UI Redesign

# Pre-requisites
For this to run you would need:
+ Python(version 3.7 or higher)
+ OpenCV python module
+ Numpy
+ Git

# Installation
First you need to install python :
+ Open the terminal and paste this code :
```
sudo apt install python3 -y
```
+ Installing git :
```
sudo apt install git -y
```

+ Installing OpenCV :
```
pip install opencv-python
```

+ Installing Numpy :
```
pip install numpy
```

# Usage
+ First Clone the Repo :
```
git clone https://github.com/parthasdey2304/face-recognition-python.git
```

+ Get inside the directory :
```
cd face-recognition-python
```

+ Run the **main.py** file :
```
python3 main.py
```

+ Done its running

# Contributing
We welcome contributions from the community! We appreciate your contributions to improve the project. If you'd like to contribute to face-recognition-python, please read the following guidelines on how to contribute:
+ Fork the repository and create a new branch for your changes.
+ Make your changes to the code.
+ Test your changes thoroughly.
+ Commit your changes with a clear and descriptive message.
+ Push your changes to your fork.
+ Create a pull request and wait for me to verify and then merge it to the main branch.

# THANK YOU COMMUNITY!!!!