The project represents telegram-bot, able to classify images on 'cat-images' and 'dog-images' using CNN. Moreover, bot can answer simple messages, like 'Hi!' or 'How're you' (in Russian) and play dice with user.
The project consists of 2 .py files: bot.py and nn.py.
nn.py - neural netmork, classifiing images
bot.py - self-written code, performing conversation with user, saving images and predicting with modules from nn.py