This algorithm based on https://github.com/gungunfebrianza/Visual-Hashing/ Created by Gun Gun Febrianza
Also Inspired from https://github.com/emsifa/visual-hashing-yew Created by Muhammad Syifa
This app require gtk3 libraries and also go programming language install libs on macos
brew install gtk+3 go
install libs on linux debian based
sudo apt-get install libgtk-3-dev
install golang deps
go get
running app
go run .
or
go build .