Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 514 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 514 Bytes

What the pic is

It is a web app can illustrate what the picture is. The recognition part using Cloud Sight API service.

Requirements

I sugguest using virtualenv to install the requirements.

(env)pip install -r requirements.txt

Usage

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.