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.pyin telegram_bot directory and rename it toconst.py - Generate a legit secret key for
settings_without_key.py(addSECRET_KEY = 'YOUR KEY') and rename it tosettings.py - Copy the static files into AI directory (graph, breeds.csv, russian_breeds.csv should be placed in
root/AIdirectory, while static images should be placed inroot/AI/static/media/directory) - Build a docker image using
docker-compose buildand launch it withdocker-compose up - Forward the
8005and8006ports to a default80port of your server - That's it! Dogbi is now running in a Docker on your server!
