'Can I run python code in flutter application?

I want my flutter application to use .tflite model to classify audio recordings. However my model input is spectrograms (not audio files). Is there a way I can run python function that converts audio to spectrogram on flutter?

I tried using starflut package but it didn't work.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source