An open API service indexing awesome lists of open source software.

https://github.com/aiunivers/bulk-face-swap

Do lightning fast bulk face swap with Aiunivers API
https://github.com/aiunivers/bulk-face-swap

api face-swap face-swapping py python

Last synced: 7 months ago
JSON representation

Do lightning fast bulk face swap with Aiunivers API

Awesome Lists containing this project

README

          

# Bulk Face Swap
> Do lightning fast bulk face swap with Aiunivers API

## Requirements
- Aiunivers API Key - [Choose your API plan](https://aiunivers.net/api)
- Imgbb API Key - [Create a free Imgbb account](https://imgbb.com)

## Installation

> [!NOTE]
> You need to have Python installed to run this program. Haven't installed it yet? Head over to [www.python.org](https://www.python.org/downloads/) to download Python.

**`Step 1:`** Install the required libraries
```py
pip install requests colorama
```

**`Step 2:`** Fill the requirements
```py
IMGBB_API_KEY = 'XXXXXXXXXXXXXXXXXX' # Add your Imgbb API key. It's free!
API_TOKEN = 'aiunivers-XXXXXXXX-XXXX-XXXX-XXXXXXXX' # Add your Aiunivers API key
SWAP_IMAGE_URL = '' # Add your target swap image Url
```

**`Step 3:`** Add Images
- Add all your images in to the `images` folder

**`Step 4:`** Run the script
```sh
python main py
```

©️ 2025 Aiunivers