Skip to content

Commit 832111d

Browse files
committed
Readme
1 parent 70c37ae commit 832111d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Face Recognition/readme.md.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
# Face-Recognition
3+
4+
- This is a Real-Time Face Recognition with Python and OpenCV.
5+
- Basically, a Machine Learning project for detecting and recognizing user's face using sufficient testing and training datasets.
6+
- I have used Jupyter Notebook to write the testing and training scripts in Python
7+
8+
### [](https://github.com/ashishsahu1/ML-ProjectYard/blob/main/Face%20Mask%20Detection/README.md#steps)Steps:
9+
10+
1. Install Jupyter Notebook
11+
12+
2. Import all the Libraries and Modules required.
13+
14+
3. Image Generation/Augmentation
15+
16+
4. Train the Model
17+
18+
5. Now, test the results of face recognition model using OpenCV.
19+
20+
6. Run the project.
21+
22+
```
23+
# Sample Output
24+
Output image has been added with files.
25+

0 commit comments

Comments
 (0)