Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate Google lens in my app?

I want to integrate google lens services into my android application, but I am not getting any straight forward approach to implement it, neither any library nor any Google API's. Any one can help me to implement google lens into my android app. If there is any way to call Google Goggles API's, then that is also fulfill my requirement up to an extend.

like image 862
sumeet Avatar asked Aug 31 '25 18:08

sumeet


1 Answers

I got the solution. Google has recently launched a new library to access the google lens service. I have implemented it into my app and it is working fine. Here is the link to the library: https://developers.google.com/ml-kit/vision/lens It is very easy to implement and less code.

like image 98
Spacewink Avatar answered Sep 02 '25 07:09

Spacewink