Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 412 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 412 Bytes

revisit-test-util

simple script to test your revisit service. give it an input image and it will hit the api service of your choice with the image and then save the result where you tell it.

usage

python test.py http://hiiamchris.com:4200 ~/Desktop/input.jpg ~/Desktop/out.gif

make sure you have requests installed through pip. do pip install requests to install it.