Relative Content

Tag Archive for pythonpostrequestgetqueue

Python: Post and Get as a Queue

We have an API in a cloud that accepts audio recordings and returns features. I would now like to send a number n of audio recordings to the API and whenever I receive features of a recording back, a new request for features of a recording should be pushed from behind. This should be possible with a queue, but I haven’t figured out how to do it yet.