All Projects → dart-lang → Tflite_native

dart-lang / Tflite_native

Licence: bsd-3-clause
A Dart interface to TensorFlow Lite (tflite) through dart:ffi

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Tflite native

Rust Python Example
Example of using Rust to Extend Python
Stars: ✭ 699 (+482.5%)
Mutual labels:  ffi
Ffi Platypus
Write Perl bindings to non-Perl libraries with FFI. No XS required.
Stars: ✭ 80 (-33.33%)
Mutual labels:  ffi
Android Luajit Launcher
Android NativeActivity based launcher for LuaJIT, implementing the main loop within Lua land via FFI
Stars: ✭ 87 (-27.5%)
Mutual labels:  ffi
Hcwiid
Haskell binding for CWiid (wiimote)
Stars: ✭ 7 (-94.17%)
Mutual labels:  ffi
Dustr
Dart - rust - Flutter compatibility
Stars: ✭ 37 (-69.17%)
Mutual labels:  ffi
Koreader Base
Base framework offering a Lua scriptable environment for creating document readers
Stars: ✭ 81 (-32.5%)
Mutual labels:  ffi
Core
MetaCall: The ultimate polyglot programming experience.
Stars: ✭ 596 (+396.67%)
Mutual labels:  ffi
Fficxx
Haskell-C++ Foreign Function Interface Generator
Stars: ✭ 117 (-2.5%)
Mutual labels:  ffi
Fruity
Rusty bindings for Apple libraries
Stars: ✭ 72 (-40%)
Mutual labels:  ffi
Ffi Convert Rs
Easier and safer interface between Rust, C, and other languages
Stars: ✭ 86 (-28.33%)
Mutual labels:  ffi
Zion
A statically-typed strictly-evaluated garbage-collected readable programming language.
Stars: ✭ 33 (-72.5%)
Mutual labels:  ffi
Rucaja
Calling the JVM from Rust via JNI
Stars: ✭ 35 (-70.83%)
Mutual labels:  ffi
Realm Dart Ffi
Experimental Realm binding using dart:ffi preview support
Stars: ✭ 83 (-30.83%)
Mutual labels:  ffi
Php Ffi Examples
Runnable examples to learn how PHP FFI works
Stars: ✭ 26 (-78.33%)
Mutual labels:  ffi
Derry
A script manager for Dart.
Stars: ✭ 107 (-10.83%)
Mutual labels:  ffi
Cxx.jl
The Julia C++ Interface
Stars: ✭ 620 (+416.67%)
Mutual labels:  ffi
Winapi Rs
Rust bindings to Windows API
Stars: ✭ 1,237 (+930.83%)
Mutual labels:  ffi
Swift Haskell Tutorial
Integrating Haskell with Swift Mac Apps
Stars: ✭ 118 (-1.67%)
Mutual labels:  ffi
Lzmq
Lua binding to ZeroMQ
Stars: ✭ 110 (-8.33%)
Mutual labels:  ffi
Erlang nif Sys
Low level bindings to Erlang NIF API for Rust
Stars: ✭ 84 (-30%)
Mutual labels:  ffi

Build Status

Status

Note, this package has been discontinued - no support or maintenance is planned.

What is it?

A Dart interface to TensorFlow Lite (tflite) through Dart's foreign function interface (FFI). This library wraps the experimental tflite C API.

What Dart platforms does this package support?

This package supports desktop use cases (Linux, OSX, Windows, etc).

What if I want TensorFlow Lite support for Flutter apps?

Flutter developers should instead consider using the Flutter plugin flutter_tflite (among the issues using this package with Flutter, we locate the tflite dynamic library through Isolate.resolvePackageUri, which doesn't translate perfectly in the Flutter context (see https://github.com/flutter/flutter/issues/14815).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].