Skip to content

Commit c55fdcb

Browse files
📝 [README] Update features
1 parent 00e0866 commit c55fdcb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
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.
1818

1919
## 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
2222
- 🔄 **Model Flexibility**: Support for multiple models per task
2323
- 🛠️ **Custom Pipelines**: Optimized preprocessing and model combinations
2424

@@ -29,14 +29,15 @@ The library is documented in detail, [click here](https://ishandutta0098.github.
2929
## Currently Supported Tasks
3030

3131
- 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
3434
- Deepfake Detection Pipeline - Ensemble of multiple models
3535

3636
## Installation
3737

3838
```bash
3939
conda create -n mukh-dev python=3.10 -y
40+
conda activate mukh-dev
4041
pip install mukh==0.1.14
4142
```
4243

0 commit comments

Comments
 (0)