Skip to content

A python script that when given URLs to two images can fetch and compare the images and rate them on a 0-100 scale

Notifications You must be signed in to change notification settings

viveks7/image-comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

image-comparison

A python script for a command-line program that when given URLs to two images can fetch and compare the images and rate them on a 0-100 scale. The script requires following #prerequisites:

                #1. Python 2.7

Python libraries required are #2. PIL, #3. numpy, #4. scipy, #5. urllib2, #6. io

The script accepts, 2 URLs, one after another, and fetches these images and compare them, then rate on a 0-100 scale.

This repo also hosts code for a Flask Web-App based on an earlier version of above mentioned script. Even tho web-app is working, it is not deployed any-where and is to be seen as unfinished. The above mentioned python script is how ever working.

About

A python script that when given URLs to two images can fetch and compare the images and rate them on a 0-100 scale

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published