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
Post a Comment