jina-ai / clip-as-service

🏄 Scalable embedding, reasoning, ranking for images and sentences with CLIP
https://clip-as-service.jina.ai
Other
12.48k stars 2.07k forks source link

How to use local clip model when start server #925

Open MrRace opened 1 year ago

MrRace commented 1 year ago

I want to use local clip model when start a clip service, how should I do ?

ZiniuYu commented 1 year ago

Hello, please read our documentation https://clip-as-service.jina.ai/

MrRace commented 1 year ago

Hello, please read our documentation https://clip-as-service.jina.ai/ @ZiniuYu From the doc, I have to use Jina AI Cloud account?

ZiniuYu commented 1 year ago

If you prefer to self-host Clip models, you can refer to the documentation at https://clip-as-service.jina.ai/user-guides/server/. With this approach, there's no need for a Jina AI Cloud account.

Alternatively, you can utilize our online Clip API by following the instructions at https://clip-as-service.jina.ai/hosting/by-jina/ and https://jina.readme.io/docs/inference. With our hosting service, we handle all the necessary work for you.