Hello everyone I am developing the AI effect filter for mobile streaming application. like this
I tested most of streaming framework like Agora.io but it not suitable with python if you know any solution please provide me.
Thank you
Hello everyone I am developing the AI effect filter for mobile streaming application. like this
Kafka might be worth a look when it comes to steaming.
In general I believe the architecture is crucial for your application. Did you consider to compute your filters on the edge?
PyTorch provides some mobile processing capabilities (it also merged with Caffe2 couple of years ago):
Thank for your suggestion.
Yes I consider to compute at edge but my application need heavy processing performance and application latency is important.