cog icon indicating copy to clipboard operation
cog copied to clipboard

Support streaming real-time prediction

Open andreasjansson opened this issue 4 years ago • 1 comments

Currently Cog requires you to upload an input file, then it's processed and results are returned. But there are cases when you might want to stream a continuous input to the model. For example, if you have a model that does audio event detection, you might want to display the current event as it happens.

andreasjansson avatar Jun 05 '21 01:06 andreasjansson

the same requirements,but seems not easy, This means you need to have exclusive access to the entire model, which seems to be inconsistent with the replicate business model.

sinopec avatar Apr 03 '24 08:04 sinopec