Code Monkey home page Code Monkey logo

photoroid's Introduction


Stardox

DaSh

About Photoroid

Photoroid is the fastest, Lightweight, easy to use image scanner tool. Photoroid is made using OpenCV with Python. It can be used to find a similar image from a list of images without taking much time. Photoroid can be very helpful in finding similar images when the number of images to scan is bigger. It can also be helpful in finding duplicate images.

Key points

  1. Template image path(here) requires an image path and this image will be scanned in the list of images.
  2. It's necessary that all the images from which you have to find similar images should be present at /photoroid/core/images.

Improvements

  1. Currently, photoroid supports only images with 640 X 480 dimension. Further improvements will add support of scanning images of all the dimensions.

  2. Currently we are using cv2.matchTemplate() function for finding similar images. Further improvements will replace it with a new algorithm for more faster detection of similar images.

  3. Currently, it scans into offline images only. Further updates will add support for scanning images from online databases as well.

Gallery

Template image path. Image 1

List of images found. Image 2

Getting Started

Steps to setup :

  1. git clone https://github.com/0xprateek/Photoroid
  2. cd photoroid
  3. pip install -r requirements.txt

Starting Photoroid :

  1. cd Photoroid/core
  2. a) Using Command line arguments
    python3 photo.py /home/proton/Desktop/image1.jpg
    b) Without Command line arguments
    python3 photo.py

Contributing

Any and all contributions, issues, features and tips are welcome.

License

Photoroid is licence under GPL v3.0 license

photoroid's People

Contributors

0xprateek avatar vishals99 avatar reddocmd avatar

Watchers

James Cloos 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.