Git Product home page Git Product logo

background-reverse-search's Introduction

Background Reverse Search

Background Reverse Search is a Python tool that utilizes Selenium to perform reverse image searches on Bing. It focuses on searching for images without foreground elements (e.g., people, animals) by blurring these elements and then finding similar backgrounds. The tool automates the process of downloading images from the search results and saves them locally.

Features

  • Automated Image Blurring: Blurs foreground elements in images to focus on backgrounds.
  • Reverse Image Search: Uses Selenium to automate reverse image searches on Bing.
  • Concurrent Downloads: Efficiently downloads multiple images concurrently.
  • Organized Output: Saves downloaded images in structured directories.

Installation

To get started with Background Reverse Search, follow these steps:

  1. Clone the repository:

    git clone https://github.com/sunshine-sutingjun/background-reverse-search.git
    cd background-reverse-search
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Set up Selenium WebDriver:

    • Download the Edge WebDriver from the official site.
    • Ensure the WebDriver executable is in your PATH.

Usage

To use the tool, run the main script with Python:

python scripts/image_crawler.py

The script processes images from the specified base directory, performs reverse image searches, and downloads similar images. Adjust the configuration constants in the script as needed.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For questions or support, please contact [email protected].

background-reverse-search's People

Contributors

sunshine-sutingjun avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.