DmitriiDenisov / AutoSelfie_bot

Telegram Bot for Automate Selphi segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoSelfie_bot. Telegram: @AutoSelphi_bot

Description:

Telegram Bot for Automate Selphi segmentation It is small demo of the work of the neural network from my project: https://github.com/DmitriiDenisov/faces_picsart

Fast Launch instructions:

  1. Clone repository
  2. Run init.py: it will download model file for you
  3. Create file token.txt in root directory and place there token of your Telegram bot (you can get it from @BotFather by typing name of your bot
  4. (Optional) Create file server_parameters.txt in root directory and place there internal IP of your server (this is only for duplicating your server)

5.1 (EITHER) Run docker pull dmitrydenisov/selphie_image

5.2 (EITHER) Run from root directory sudo docker build -t selphie_image -f Dockerfile.server .

  1. Run from root directory docker run -v `pwd`/models:/app/models -v `pwd`/token.txt:/app/token.txt --name selfie_cont -d --restart always --hostname $(hostname) dmitrydenisov/selphie_image

Author

Dmitrii Denisov; Telegram: @DmitriiDenisov

Example of work:

alt-text-1 alt-text-2

alt-text-1 alt-text-2

alt-text-1 alt-text-2 alt-text-2

About

Telegram Bot for Automate Selphi segmentation


Languages

Language:Python 100.0%