Swapper / README.md
devkunalnaik's picture
Fix: upgrade gradio to 5.25.0 (compatible with latest huggingface_hub)
cddf7b4
|
Raw
History Blame Contribute Delete
1.23 kB
---
title: Face & Body Swapper
emoji: πŸ”„
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 5.25.0
app_file: app.py
pinned: false
license: mit
---
# Face & Body Swapper
A tool for swapping faces and bodies in images and videos using AI.
## Features
- **Face Swap (Image)** β€” Replace faces in a target image with a source face
- **Body Swap (Image)** β€” Transplant a person's body onto a target scene
- **Face Swap (Video)** β€” Apply face swap frame-by-frame on a video
- **Body Swap (Video)** β€” Apply body swap frame-by-frame on a video
## Tech Stack
- [InsightFace](https://github.com/deepinsight/insightface) β€” Face detection & swapping
- [GFPGAN](https://github.com/TencentARC/GFPGAN) β€” Face enhancement
- [rembg](https://github.com/danielgatis/rembg) β€” Person segmentation
- [MediaPipe](https://developers.google.com/mediapipe) β€” Pose estimation
- [OpenCV](https://opencv.org/) β€” Image/video processing
- [FFmpeg](https://ffmpeg.org/) β€” Video encoding
## Ethical Use
> ⚠️ **Important**: Only use with explicit consent of all persons involved.
> Do not use to create misleading, deceptive, non-consensual, or harmful content.
> The creators of this tool are not responsible for misuse.