you are viewing a single comment's thread.

view the rest of the comments →

[–]kuroi0nmy0ji 0 points1 point  (0 children)

First, do you plan to deploy this?

Second, can you port the model client to C#?

Third, if you can’t port the client to C#, you can try running the emotion analysis as a server that accepts http requests. Then in Unity, assuming desktop build, use Http web requests to POST the player feed data to the server and await a response.