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
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.