telegram-bot-recognizer

Installation

First of all install python 3.x with pip.

Auto-installation

sh install.sh

Manual installation

  1. Install python dependencies:
pip3 install -r requirements.txt
  1. To run this bot you should download weights and configuration file at darknet.

Place this file as data/yolov3.cfg - configuration file Place this file as data/yolov3.weights - weights file

Running

To start the bot run the following command.

python3 run_bot.py

If you don't want to save images sent to server:

python3 run_bot.py --delete