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.
- Host: GitHub
- URL: https://github.com/parthasdey2304/face-recognition-python
- Owner: parthasdey2304
- License: mit
- Created: 2023-04-25T11:07:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T19:01:21.000Z (almost 3 years ago)
- Last Synced: 2025-10-09T10:48:52.148Z (7 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!!!!