towhee-io / towhee

Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.
https://towhee.io
Apache License 2.0
3.16k stars 246 forks source link

[Enhancement]: HTTP API should support posting video / image files to compute embeddings and other operations. #2691

Closed fishfree closed 6 months ago

fishfree commented 7 months ago

Is there an existing issue for this?

What would you like to be added?

https://towhee.readthedocs.io/en/main/serving/api.html can only support posting texts.

Why is this needed?

Towhee is famours for its multimodalities.

Anything else?

No response

junjiejiangjjj commented 7 months ago

You can use BYTES io to post image/video: https://towhee.readthedocs.io/en/main/serving/api.html#towhee.serve.io.BYTES

stale[bot] commented 6 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Rotten issues close after 30d of inactivity. Close the stale issues and pull requests after 7 days of inactivity. Reopen the issue with /reopen.