davisking / dlib

A toolkit for making real world machine learning and data analysis applications in C++
http://dlib.net
Boost Software License 1.0
13.36k stars 3.36k forks source link

Python binding for hash_samples (locality sensitive hash) #751

Open manmitya opened 7 years ago

manmitya commented 7 years ago

Hi, Davis! First of all thank You for a nice job! I'm interested in developing the python direction of Dlib. Therefore, I have the following request. Could You implement a python binding for working with DLib algorithms of Locality-sensitive hashing? First of all, the hash_samples algorithm.

davisking commented 7 years ago

The python bindings are in tools/python/src and are relatively easy to add to. I'm busy with other things, so I'm probably not going to do this any time soon. But you are welcome to do it and submit a PR :)

manmitya commented 7 years ago

I'd love to do it, but I did not deal with C++ :(