Surya152002 commited on
Commit
aa085e8
·
1 Parent(s): 40f2021

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -54
README.md CHANGED
@@ -1,54 +1,12 @@
1
- # Real-Time Face Recognition
2
- <p align="center">
3
- <img src="./static/results/face-recognition.gif" alt="animated" />
4
- </p>
5
-
6
- # How to add 1 peason to recognize
7
- ### Step 1: Create a folder with the folder name being the name of the person
8
- ### Step 2: Add the person's photo in the folder
9
- ### Step 3: Move folder to additional-training-datasets folder
10
- #### Example:
11
-
12
- - |database
13
- - ----|additional-training-datasets
14
- - --------|name-person1
15
- - --------|name-person2
16
- - ----|face-datasets
17
- - ----|full-training-datasets
18
-
19
- ### Step 4: Set up with Python >= 3.7
20
- ````
21
- pip install -r requirements.txt
22
- ````
23
- ### Step 5: Run to add person
24
- ````
25
- python train.py --is-add-user=True
26
- ````
27
- ### Step 6: Run recognize
28
- ````
29
- python recognize.py
30
- ````
31
- # Face Recognition use Yolov5-face, Insightface, Similarity Measure
32
- <p align="center">
33
- <img src="./static/results/workflow.png" alt="animated" />
34
- </p>
35
-
36
- # Yolov5-face to dectect face
37
- <p align="center">
38
- <img src="./static/results/face-detection.gif" alt="animated" />
39
- </p>
40
-
41
- # Insight Face to recognition face
42
- ![image](https://user-images.githubusercontent.com/80930272/160270088-a3760d88-ebc8-4535-907e-6b684276755a.png)
43
-
44
- # Multi thread
45
- <p align="center">
46
- <img src="https://user-images.githubusercontent.com/80930272/165548024-6d25fbe4-057f-4123-a3f9-3912cce2b73b.png" alt="animated" />
47
- </p>
48
-
49
- # Cosine Similarity Algorithm
50
- ![image](https://user-images.githubusercontent.com/80930272/160270156-37fe3269-ca65-4692-a3b2-e9568b3876f8.png)
51
-
52
- # Reference
53
- - https://github.com/deepcam-cn/yolov5-face
54
- - https://github.com/deepinsight/insightface/tree/master/recognition/arcface_torch
 
1
+ ---
2
+ title: Intel 8
3
+ emoji: 🚀
4
+ colorFrom: purple
5
+ colorTo: purple
6
+ sdk: streamlit
7
+ sdk_version: 1.27.2
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference