File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments