Connecting Python Script with C# in real time -


i working on project, need run python script real time in c# front end. try using command line arguments, each time need arguments , slow procedure.

basically using trained model of neural network in c# application. need use trained model in python because c# not support deep learning most. want that, there why such socket programming or else python script sent me value in real time.

to value send python c# in real time need socket connection, yes.

but don't need things that, use database interface data, influxdb, rethinkdb, mongo...

another possibility worth checking https://grpc.io/ rpc frameworks


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -