VISUAL HASHING IMPLEMENTATION IN GOLANG + GTK3
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
Build
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 .