How to run python project in c# software or like application | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 3

How to run python project in c# software or like application

Hello guys i need help i have one project in Ai and i want run the code like windows application so is i need work in C# ? or is i can make my Ai project in C# or who have easy way

27th Dec 2021, 4:55 PM
Melekte Petros
Melekte Petros - avatar
10 ответов
+ 3
I want make my ai model like application, Windows application make by C# but my Ai model is in python so what can i do
29th Dec 2021, 4:02 PM
Melekte Petros
Melekte Petros - avatar
+ 2
What happen if i convert it
28th Dec 2021, 1:58 PM
Melekte Petros
Melekte Petros - avatar
+ 2
O i need original application
28th Dec 2021, 7:05 PM
Melekte Petros
Melekte Petros - avatar
+ 2
Bro do you want to run python and c# to runin a same edditor
29th Dec 2021, 4:21 AM
Vishal Adithya
Vishal Adithya - avatar
+ 2
No i need input
31st Dec 2021, 6:50 PM
Melekte Petros
Melekte Petros - avatar
+ 1
You want to convert .py to .exe ?
27th Dec 2021, 6:54 PM
VCoder
VCoder - avatar
+ 1
You will have an exe file that when launched will simply run your python program
28th Dec 2021, 2:53 PM
VCoder
VCoder - avatar
+ 1
Instead of making a GUI and remake all your AI in C#, you may make a simple GUI with kivy (cross-platform and I recommend it) or tkinter in python, then convert the whole program to .exe
28th Dec 2021, 2:56 PM
VCoder
VCoder - avatar
+ 1
What that mean ?
28th Dec 2021, 7:06 PM
VCoder
VCoder - avatar
+ 1
Does your app needs a GUI(buttons, input fields etc...) or it's only an app launched with the console ?
29th Dec 2021, 6:10 PM
VCoder
VCoder - avatar