An open API service indexing awesome lists of open source software.

https://github.com/shitpostingio/image-fingerprinting


https://github.com/shitpostingio/image-fingerprinting

hacktoberfest

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Image Fingerprinting

This library provides methods to compute feature based data for images and videos.

Geared towards use in Telegram, it currently supports perception hashing and histograms.

## Libraries needed

You will need to install the following libraries in order to build this repo on linux:

```sudo apt install -y libavcodec-dev libavformat-dev libavutil-dev libswscale-dev xz-utils```