/telegram_neural_style_transfer_bot

Neural Style Transfer Bot For Telegram

Primary LanguagePythonMIT LicenseMIT

Neural Style Transfer Bot For Telegram

Installation

First clone the repository.

$ git clone https://github.com/kaanberke/telegram_neural_style_transfer_bot

Then insert your bot's token in main.py

Usage

Requirements:

$ cd telegram_neural_style_transfer_bot
$ pip install -r requirements.txt

Run:

$ python main.py

Testing:

Now you are able to send a picture to your bot directly!

Images

Real image

real image

Style image

style image

Final image

real image

Contribution

First you need to do the required stuff to contribution be seen.

$ cd telegram_neural_style_transfer_bot
$ git checkout -b [your-new-branch-name]
$ git add Contributors.md
$ git commit -m "[your-name] was added to Contributors list."
$ git push origin [your-branch-name]

Then you are able to open a pull request by "Compare & pull request" in github. Check for more details.