How to integrate custom Python face recognition model in Flutter?

428

Maybe you can use Firabase's machine learning functions, can be work better for mobile.

Share:
428
KUNAL HIRANI
Author by

KUNAL HIRANI

Updated on December 16, 2022

Comments

  • KUNAL HIRANI
    KUNAL HIRANI over 1 year

    I have a custom Python face recognition model. I want to integrate it locally in Flutter app so, how to integrate it in Flutter? To use it in Flutter do i have to convert it in some form like tflite or I can normally use it with some library?

    Note- The model takes image as input and gives person info who's face the model recognizes. I want to integrate in Flutter so that it can run on mobile rather than on server.

    • Ali Alizadeh
      Ali Alizadeh almost 4 years
      You mean you're looking for a way to run python code in flutter, right?
    • KUNAL HIRANI
      KUNAL HIRANI almost 4 years
      @AliAlizadeh yes i have model ready and i want to integrate in flutter so that it can run on mobile rather than on server.
  • basudev nayak
    basudev nayak over 3 years
    Your answer should be a comment and not an answer , as of stackoverflow's guidelines , so please make necessary updates to avoid down votes. Hope you understand.