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.
- Template image path(here) requires an image path and this image will be scanned in the list of images.
- It's necessary that all the images from which you have to find similar images should be present at
/photoroid/core/images
.
- Currently, photoroid supports only images with 640 X 480 dimension. Further improvements will add support of scanning images of all the dimensions.
- Currently we are using function for finding similar images. Further improvements will replace it with a new algorithm for more faster detection of similar images.
- Currently, it scans into offline images only. Further updates will add support for scanning images from online databases as well.
git clone https://github.com/0xprateek/Photoroid
cd photoroid
pip install -r requirements.txt
cd Photoroid/core
- a) Using Command line arguments
python3 photo.py /home/proton/Desktop/image1.jpg
b) Without Command line arguments
python3 photo.py
Any and all contributions, issues, features and tips are welcome.
Photoroid is licence under GPL v3.0 license