Is there any way to convert an image into a vector embedding in golang? [closed]

I am trying to build an application in golang. It requires the conversion of an image to a vector embedding to do some similarity search. I tried using tf go but wasn’t able to convert image into a vector. And I can’t change the programming language to python. Is there any way to do this is golang?

Leave a Comment