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.txtIn the root of the project,
python manage.py runserverto start a test server at localhost:5000
And you can open your browser to type localhost:5000 to enter this app.