4

I am currently developing an app using Flutter and would like to use OpenCV-related scripts to read (OMR).
Is it possible for me to run Python OpenCV (.py) in Flutter and by running multiple devices at the same time and is production server.

greybeard
  • 2,249
  • 8
  • 30
  • 66
mossZmossZ
  • 39
  • 1
  • 6

1 Answers1

4

Yes, You can use OPEN_CV library for android and iOS devices.

OR

You can use chaquopy for custom scripts in python for android only devices.

Sparsh Jain
  • 641
  • 5
  • 16