This project compares any two images and finds out how similar they are. The links are to be provided in complete path. The links can be local or remote.
- Aravind Sai V [email protected]
- Gokul Nath [email protected]
- Anil Kumar [email protected]
- Divya [email protected]
- Dhrisya.V [email protected]
$ python app.py
The process is carried out in the app.py file. The main algorithm is based on Template Matching.
Template Matching
: It is provided by theopencv
framework using in accordance with python.
Note:
A liitle bit slow as a local copy is to be made before comparing.
- python
- opencv
- flask
- numpy
- urllib
- bootstrap-material-design