An open API service indexing awesome lists of open source software.

https://github.com/tensorchord/modelz-imagebind

HTTP API server for ImageBind
https://github.com/tensorchord/modelz-imagebind

Last synced: 9 months ago
JSON representation

HTTP API server for ImageBind

Awesome Lists containing this project

README

          

# Modelz Imagebind Template

## Build Docker Image

You can choose to use the one of the following method:

* `Dockerfile`
* `docker buildx build -t / --push .`
* `build.envd`
* `envd build -f :serving --output type=image,name=docker.io// --push`

## How to use this template

This template based on `mosec`, see [client.py](www.github.com/tensorchord/modelz-imagebind/blob/main/example/client.py) to connect remote endpoint.

## Acknowledge

[facebookresearch/ImageBind](https://github.com/facebookresearch/ImageBind)