Integrating net with Python Ai Services over docker ? #10204
-
I would like to ask for opinions on a use case i'm thinking about if it makes sense. I am a dotnet developer and I would like to use kokoro speech to text In my AI pipeline . The main architecture I think I can use to integrate net with this service is to use a Docker image with the kokoro service exposed as a service over http or websockets and communicate with that using httpclient from dotnet . Does this make sense? I'm especially interested in websockets communication from and to python and dotnet for near real time scenarios. Is this a path worth investigating? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@giannik yes, this does sound like a reasonable approach to take and yes, a good approach worth investigating. |
Beta Was this translation helpful? Give feedback.
@giannik yes, this does sound like a reasonable approach to take and yes, a good approach worth investigating.