tfx 0.0.1 copy "tfx: ^0.0.1" to clipboard
tfx: ^0.0.1 copied to clipboard

TensorFlow Lite Flutter plugin provides an easy, flexible, and fast Dart API to integrate TFLite models in flutter apps.

tfx #

TensorFlow Lite Flutter plugin provides an easy, flexible, and fast Dart API to integrate TFLite models in flutter apps.

ios #

post_install do |installer|
  installer.pods_project.targets.each do |target|
    flutter_additional_ios_build_settings(target)
    # Parse Issue (Xcode): Module 'TensorFlowLiteCCoreML/TensorFlowLiteCMetal' not found
    target.build_configurations.each do |config|
      config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
    end
  end
end
2
likes
70
points
16
downloads

Documentation

API reference

Publisher

verified publisherrxreader.com

Weekly Downloads

TensorFlow Lite Flutter plugin provides an easy, flexible, and fast Dart API to integrate TFLite models in flutter apps.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

ffi, flutter, quiver

More

Packages that depend on tfx

Packages that implement tfx