/telegram-deep-fakes-bot

This telegram bot uses the first order model to produce deepfakes video notes

Primary LanguageJupyter NotebookBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

telegram-deep-fakes-bot

This bot uses the first-order-model https://github.com/AliaksandrSiarohin/first-order-model to generate video note deep fakes

Imgur

How to use it

Open the python notebook with colab by clicking this Open In Colab And follow the instructions on the notebook

Enabled users

You can change the enabled users by simply adding your Telegram ID(not username or name, but ID) to the enabled array.

For example:

enabled =[12345678,12344321]

here we have enabled two users, 12345678 and 12344321.

If this array is empty, everyone can use your bot (for testing purposes, we decided to set it like that).