In school, I have a subject that requires me to develop a project using technology. Last year, I built an AI chatbot with voice integration. Basically, it just uses OpenAI’s GPT 3.5 turbo engine, and adds some text to speech recognition. There are also some graphics and buttons made using PyAutoGUI This year, I added a few more functionalities like the weather, stock data, emailing, and news. All of this has been done in python
Recently the school bought a HoloLens. I was super interested after finding out that you can deploy apps on it and make software for HoloLens. To my disappointment, these apps are mostly only supported in C#, and Unity. It would be really cool if I could deploy my chatbot onto HoloLens, almost like Jarvis from Iron man
Because I don’t have the time to learn C# or Unity right now, is there a way I can integrate my python script into C# file, or any way I can directly deploy the python app to HoloLens?