Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 894 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 894 Bytes

Dogbi - Telegram Breed Identifier Bot

Dogbi Logo

Just send Dogbi a message with a photo of a dog or a person and it will analyze the image and respond with an estimate of similarity.

  • Fill out const_empty.py in telegram_bot directory and rename it to const.py
  • Generate a legit secret key for settings_without_key.py (add SECRET_KEY = 'YOUR KEY') and rename it to settings.py
  • Copy the static files into AI directory (graph, breeds.csv, russian_breeds.csv should be placed in root/AI directory, while static images should be placed in root/AI/static/media/ directory)
  • Build a docker image using docker-compose build and launch it with docker-compose up
  • Forward the 8005 and 8006 ports to a default 80 port of your server
  • That's it! Dogbi is now running in a Docker on your server!