I would like to know if it's actually possible to run python code inside a flutter app, locally. I need to blur faces an license plates (for anonymization reasons). I found this project https://github.com/understand-ai/anonymizer, which seems to be adapted to my need but I don't know if it's possible to run it inside my app. Or maybe you know other ways to do the same then I'm open to all the possibilities, but it must be free / open source.
Thanks in advance.