Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 358 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 358 Bytes

photo-service

Backend code for the photo service high fidelity prototype.

To run javascript version:

$ npm install

$ node imageCompare.js

To run python version:

$ pip install -r requirements.txt

$ python imageCompare.y

Note that the python version will NOT work unless the user has the Visual Studio C++ development tools installed.