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.
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
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.