QBoard » Artificial Intelligence & ML » AI and ML - Tensorflow » Phonegap running Tensorflow

Phonegap running Tensorflow

  • I'm new into the ML Scene and I want to create a phonegap app involving Tensorflow but I'm unsure where to start or if this is even possible. Can anyone give me a hand (Probably by linking me to some resources)? My app will just use tensor flow image recognition (probably pre-trained).

    Thanks, Felix. (This is a repost of this same question in the data science category which failed to garner a response)

      October 25, 2021 2:27 PM IST
    0
  • Here is a plugin that I've been working on:

    https://github.com/heigeo/cordova-plugin-tensorflow

      October 29, 2021 3:05 PM IST
    0
  • Here is a plugin that I've been working on:
      October 30, 2021 2:11 PM IST
    0
  • It's possible because you can run TensorFlow models on e.g. Android and iOS. For other platforms you'll first have to check that TensorFlow is supported.

    However, since I'm not aware of any Cordova wrappers, you may have to write those yourself, so that your Cordova app can access those functions on the native platform.

      October 26, 2021 12:54 PM IST
    0