Skip to content

Commit 373b584

Browse files
committed
No Changes
Accidentally deleted the README.md, readded to the PR.
1 parent 8423202 commit 373b584

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

Face_Recognition/README.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<!--Please do not remove this part-->
2+
![Star Badge](https://img.shields.io/static/v1?label=%F0%9F%8C%9F&message=If%20Useful&style=style=flat&color=BC4E99)
3+
![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)
4+
5+
# Script Title
6+
7+
![OpenCV](https://user-images.githubusercontent.com/87910771/150637975-dda7d408-60e6-4c9e-aa71-10196c51ec72.jpg)
8+
9+
10+
<!--An image is an illustration for your project, the tip here is using your sense of humour as much as you can :D
11+
12+
You can copy paste my markdown photo insert as following:
13+
<p align="center">
14+
<img src="your-source-is-here" width=40% height=40%>
15+
-->
16+
17+
## 🛠️ Description
18+
<!--Remove the below lines and add yours -->
19+
This is A Face Recognition Project developed using OpenCV Module in Python.
20+
This Display a Blue Reactangle Frame around Faces.
21+
22+
## ⚙️ Languages or Frameworks Used
23+
<!--Remove the below lines and add yours -->
24+
Open Command Prompt and use the following command to install the required modules:
25+
26+
```sh
27+
pip install opencv-python
28+
```
29+
30+
31+
## 🌟 How to run
32+
<!--Remove the below lines and add yours -->
33+
Just open a terminal in the folder where your script is located and run the following command:
34+
35+
```sh
36+
python main.py
37+
```
38+
39+
## 📺 Demo
40+
41+
![demoimage](https://user-images.githubusercontent.com/87910771/150638214-207dbfea-1feb-4a71-8e55-56ba9dd04094.jpg)
42+
43+
Image Only for Demonstration Purpose.
44+
45+
## 🤖 Author
46+
<!--Remove the below lines and add yours -->
47+
[AnishLohiya](https://github.com/AnishLohiya)

0 commit comments

Comments
 (0)