It is a web app can illustrate what the picture is. The recognition part using Cloud Sight API service.
I sugguest using virtualenv to install the requirements.
(env)pip install -r requirements.txt
In the root of the project,
python manage.py runserver
to start a test server at localhost:5000
And you can open your browser to type localhost:5000
to enter this app.