You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@
17
17
Mukh (मुख, meaning "face" in Sanskrit) is a comprehensive face analysis library that provides unified APIs for various face-related tasks. It simplifies the process of working with multiple face analysis models through a consistent interface.
18
18
19
19
## Features
20
-
- 🥸 **Ensemble DeepFake Detector**The first python package featuring an Ensemble DeepFake Detector
21
-
- 🎯 **Unified API**: Single, consistent interface for multiple face analysis tasks
20
+
- 🥸 **DeepFake Detector:**First python package featuring an Ensemble of multiple models
21
+
- 🎯 **Unified API**: Single, consistent API for multiple face analysis tasks like face detection and reenactment
22
22
- 🔄 **Model Flexibility**: Support for multiple models per task
23
23
- 🛠️ **Custom Pipelines**: Optimized preprocessing and model combinations
24
24
@@ -29,14 +29,15 @@ The library is documented in detail, [click here](https://ishandutta0098.github.
29
29
## Currently Supported Tasks
30
30
31
31
- Face Detection
32
-
- Face Reenactment
33
-
- Deepfake Detection using a Single Model
32
+
- Face Reenactment with Source Image and Driving Video
33
+
- Deepfake Detection for Image and Video
34
34
- Deepfake Detection Pipeline - Ensemble of multiple models
0 commit comments