Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.13 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.13 KB

image

PockeTour

Historical landmark recognition backend service.
Providing information on historical landmarks in Jerusalem based on image and location. Developed for the Jerusalem Municipality to shed light on the thousands of historical landmarks the city has to offer.

image image

Usage

Simply run the python server by running python pocket_server.py and send a POST request to /image containing:

  • base64 - base 64 encoded image of the landmark you wish to locate
  • gps - the lat and lng of the your immidiate vacinity if possible

Modification

As this is the original codebase and was not intended for high load, we use a sqlite DB which you can simply change for your specific sites.