Duplicate Images Detector using perceptual hash technique Features Fast detection of duplicate images "Tested on 200K Images" Build a database of distinct images. View the distinct images in a flask web app Run: Building the database python main.py Building the database and launching the web app python main.py web Lauching the web app python web_app/app.py Change the view from grid to tablular python web_app/app.py table Demo