There is any python module to use machine learning with outsystem?
Hi ANDERSON ISMAEL DA SILVA OLIVEIRA,
Integrating Python output with Outsystems :https://www.outsystems.com/forums/discussion/76788/integrating-python-output-with-outsystems/
OutSystems runs is a .NET C#/ASPX.
If you really need to use a Python library from your application.
please check this link..
https://www.outsystems.com/forums/discussion/56026/how-to-use-phyton-liberary-for-ai-face-detection/
Thanks,
Ramesh
The easiest way to use Python with OutSystems would be to write Python REST API microservices and ingest them in your OutSystems projects via the REST integration tools.
If you are looking to run Python code directly in the platform, you would need to use something like IronPython or Python.NET and write an OutSystems extension that would execute the python scripts inside of a .NET DLL
There is a TensorFlow module, but I'm not sure if it's executing Python or uses pure .NET libraries.