'how can i Embed python module in .net?
I have made a Ai cursor controller by face land marks by using python open cv, So i need to use this module inside my web browser application that made from .net c# chromium framework. How can i do this , please help me
I need to embed python module inside .net c# project
Solution 1:[1]
Rather than trying to use the library directly from C#, you can create a Python based web service and invoke that service from your C# code. Data can be passed back and forth using MessagePack.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Tarik |
