Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 997 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 997 Bytes

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 .

Sample