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
copied to clipboard
2
likes
90
points
23
downloads

Publisher

verified publisherrxreader.com

Weekly Downloads

2024.09.21 - 2025.04.05

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

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

ffi, flutter, quiver

More

Packages that depend on tfx