Commit a849ee5
committed
feat(ai): add AI-powered automatic face detection and blur
- Add MediaPipe and OpenCV dependencies for face detection capabilities
- Implement auto_blur_faces() function with frame-by-frame face detection
- Update README with Auto Blur Faces (AI) feature in capabilities table
- Add face blur to features comparison matrix with MediaPipe AI details
- Enhance project metadata with multimedia suite description
- Expand badge section with downloads, stars, forks, issues, and platform info
- Add FFmpeg and OpenAI Whisper technology badges to README
- Streamline pyproject.toml keywords and classifiers for clarity
- Update project dependencies to include opencv-python and mediapipe
- Simplify project URLs in pyproject.toml configuration
- Update requirements.txt with new AI/vision dependencies1 parent 6ca695d commit a849ee5
File tree
5 files changed
+379
-47
lines changed- src/peg_this
- features
5 files changed
+379
-47
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
9 | 18 | | |
10 | 19 | | |
11 | 20 | | |
12 | 21 | | |
13 | | - | |
14 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
15 | 31 | | |
16 | 32 | | |
17 | 33 | | |
| |||
56 | 72 | | |
57 | 73 | | |
58 | 74 | | |
| 75 | + | |
59 | 76 | | |
60 | 77 | | |
61 | 78 | | |
| |||
90 | 107 | | |
91 | 108 | | |
92 | 109 | | |
| 110 | + | |
93 | 111 | | |
94 | 112 | | |
95 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 11 | + | |
15 | 12 | | |
16 | 13 | | |
17 | 14 | | |
18 | 15 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
34 | 19 | | |
35 | 20 | | |
36 | 21 | | |
37 | 22 | | |
38 | | - | |
39 | | - | |
40 | 23 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 24 | | |
47 | 25 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 26 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 27 | | |
58 | 28 | | |
59 | 29 | | |
60 | 30 | | |
61 | 31 | | |
62 | 32 | | |
63 | 33 | | |
64 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
65 | 37 | | |
66 | 38 | | |
67 | 39 | | |
| |||
73 | 45 | | |
74 | 46 | | |
75 | 47 | | |
76 | | - | |
77 | | - | |
78 | 48 | | |
79 | 49 | | |
80 | | - | |
81 | | - | |
| 50 | + | |
82 | 51 | | |
83 | 52 | | |
84 | 53 | | |
| |||
92 | 61 | | |
93 | 62 | | |
94 | 63 | | |
95 | | - | |
| 64 | + | |
96 | 65 | | |
97 | 66 | | |
98 | 67 | | |
| |||
102 | 71 | | |
103 | 72 | | |
104 | 73 | | |
105 | | - | |
106 | | - | |
| 74 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
0 commit comments