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
- Host: GitHub
- URL: https://github.com/tensorchord/modelz-imagebind
- Owner: tensorchord
- Created: 2023-05-12T09:59:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T07:16:13.000Z (about 3 years ago)
- Last Synced: 2025-01-10T21:11:42.171Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 11.1 MB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)