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

https://github.com/albertoxamin/telegram-deep-fakes-bot

This telegram bot uses the first order model to produce deepfakes video notes
https://github.com/albertoxamin/telegram-deep-fakes-bot

deep-fakes deep-neural-networks first-order-motion-model google-colab telegram-bot

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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

## How to use it

Open the python notebook with colab by clicking this Open In Colab
And **follow the instructions on the notebook**.
> **NOTE:** due to too many requests there is no support, do **not** dm me if you can't start the bot. If you follow the instructions on Google Colab you will get the bot running. If you do not know how to use Google colab search a tutorial on youtube or online.

## 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).

## Screenshot

![Imgur](https://i.imgur.com/gjzq5Nb.png)