0

Hi I am trying to make an android app for determining similarity images and my model uses lsh so how can I implement this using java on an android studio.

1 Answers1

0

The quick fix to these kind of python dependent projects [guessing you are trying to implement this after developing with python] is simply to make them web services.

The other and some how convenient solution is to use the native implementations of MinHashLSh in Java, good-luck :)