Python support in mendix

2
Hello team, I want to incorporate some artificial intelligence  and machine learning features within my demo application. What are the way, I can add those things within my application or is there any support for python and python API service that i can invoked within my mendix application. How can I add artificial intelligence and machine learning within an application. Is there is any way to do that ?
asked
1 answers
0

An interesting use case, but I doubt the idea to use Python directly in a Mendix application. Without knowing much about the context, it feels better to offload the algorithm to an external provider (such as AWS, Azure, UbiOps) and create an interface.

As an alternative, you could investigate if the model can be converted to the format required to use in Mendix ML Kit (this will be announced later, currently in private beta). This could be the most clean solution.

answered