forked from vivithemage/mrisa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
19 lines (14 loc) · 775 Bytes
/
README
File metadata and controls
19 lines (14 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
MRISA
Overview
MRISA (Meta Reverse Image Search Api) is a RESTful api which takes a url, does a reverse image search and returns a json array with standard search information such as title, description, destination url and the total number of search results.
Release Notes
0.1 - returns json encoded array with the title, description, destination url, and number of results.
Python Dependancies
for systems using apt:
apt-get install python-pip python-flask python-pycurl
pip install beautifulsoup4
If you are using pip, the following command should get you going:
pip install flask pycurl beautifulsoup4
Running
Just a case of running the following command in the project root directory
python server/mrisa_server.py