monatis / clip.cpp

CLIP inference in plain C/C++ with no extra dependencies
MIT License
439 stars 30 forks source link

Introduce Java bindings #63

Open monatis opened 1 year ago

monatis commented 1 year ago

Since the entire public API is C-compatible, JNI or JNA might be possible now. That could be used for interesting use cases such as image search directly on Android phones etc.

shubham0204 commented 2 weeks ago

@monatis I have created a PR #101 that adds an Android demo app and JNI bindings for clip.cpp.