https://github.com/alash3al/xmg
a tiny microservice for getting perceptual hash of an image or faces in the image
https://github.com/alash3al/xmg
face-recognition facial-recognition image-recognition machine-learning
Last synced: 7 months ago
JSON representation
a tiny microservice for getting perceptual hash of an image or faces in the image
- Host: GitHub
- URL: https://github.com/alash3al/xmg
- Owner: alash3al
- License: apache-2.0
- Created: 2019-03-11T22:20:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T01:51:19.000Z (over 6 years ago)
- Last Synced: 2025-01-28T03:15:56.632Z (9 months ago)
- Topics: face-recognition, facial-recognition, image-recognition, machine-learning
- Language: Go
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
XMG
====
> Xmg a tiny micro service that translates the uploaded image to a combination of hashes that represents it also can extract separated hashes for the faces in the imageRequirements
=============
> `xmg` depends on `dlib` library, so you can follow [the guide from here](https://github.com/Kagami/go-face#requirements)Install
=======
> from source using `Golang` toolchain `go get github.com/alash3al/xmg`Usage
=====
> just `xmg --dlib-models="./DLIB_MODELS_PATH_HERE" --listen=:9020` then `curl -F "image=@path_to_some_img" http://localhost:9020/all` and see the result.
> You can replace `all` with `faces` in the url to return only the faces hashes in the image.Author
======
Mohamed Al Ashaal, a senior software engineer :)