First of all install python 3.x with pip.
sh install.sh
- Install python dependencies:
pip3 install -r requirements.txt
- 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
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