I created a face recognition method in Python that compares an image (from a parameter) to another one, from a local repository. I need it to be called from a Flutter front-end, is it somehow possible?
It can't be as an API request, since the application must also work offline.