File tree 1 file changed +3
-23
lines changed
1 file changed +3
-23
lines changed Original file line number Diff line number Diff line change @@ -9,50 +9,32 @@ Before you begin, ensure you have met the following requirements:
9
9
- Node.js and npm installed on your system.
10
10
- Git for cloning the repository.
11
11
12
-
13
12
## Demo
14
13
15
-
16
- ### Face datection :
14
+ ### Face datection:
17
15
18
16
![ demo] ( ./public/1695062561604-12282911.jpg )
19
17
![ demo] ( ./public/output/output_1695062583615.jpg )
20
18
21
-
22
-
23
19
![ demo] ( ./public/1695063557080-43682558.jpg )
24
20
![ demo] ( ./public/output/output_1695063578756.jpg )
25
21
26
-
27
-
28
22
![ demo] ( ./public/1695243239709-890003583.jpg )
29
23
![ demo] ( ./public/output/output_1695243264275.jpg )
30
24
31
-
32
-
33
25
![ demo] ( ./public/1695243641130-501222217.jpg )
34
26
![ demo] ( ./public/output/output_1695243663953.jpg )
35
27
36
-
37
-
38
-
39
-
40
-
41
-
42
28
### APIs
43
29
44
- register :
30
+ Register :
45
31
46
32
![ demo] ( ./screenshots/register.png )
47
33
48
-
49
- login :
34
+ Login:
50
35
51
36
![ demo] ( ./screenshots/login.png )
52
37
53
-
54
-
55
-
56
38
## Getting Started
57
39
58
40
Clone the repository:
@@ -68,14 +50,12 @@ Install dependencies:
68
50
npm install
69
51
```
70
52
71
-
72
53
Run app:
73
54
74
55
``` bash
75
56
npm run start:dev
76
57
```
77
58
78
-
79
59
## Configuration
80
60
81
61
Create a ` .env ` file in the project root and set the following environment variables:
You can’t perform that action at this time.
0 commit comments