Skip to content
master
Go to file
Code
This branch is 1 commit ahead of apeksha-joshi:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Reverse Image Search API

RIS is as an API which uses beautiful soup to scrape data from google image search results.

Installation Guide

  • Fork this repository
  • Clone the forked repository - git clone https://github.com/{username}/ris-api.git
  • change directory - cd ris-api
  • Install the required libraries - pip install -r requirements.txt
  • Run the application - python server.py
  • Send a POST Request to http://localhost:5000/search using
    curl -d '{"image_url":"image link"}' -H "Content-Type: application/json" -X POST http://localhost:5000/search
  • You can also send a POST request to http://localhost:5000/labelsearch perform a google text search using
    curl -d '{"q":"keyword"}' -H "Content-Type: application/json" -X POST http://localhost:5000/labelsearch

About

RIS is as an API which uses beautiful soup to scrape data from google image search results.

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.