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
- Host: GitHub
- URL: https://github.com/aiunivers/bulk-face-swap
- Owner: aiunivers
- License: cc0-1.0
- Created: 2024-10-17T18:04:15.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T16:48:17.000Z (9 months ago)
- Last Synced: 2025-02-03T08:13:46.346Z (8 months ago)
- Topics: api, face-swap, face-swapping, py, python
- Language: Python
- Homepage: https://aiunivers.net/api
- Size: 13.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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