All Projects → dart-archive → tflite_native

dart-archive / tflite_native

Licence: BSD-3-Clause license
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

Emacs Module Rs
Rust binding and tools for emacs-module (Emacs's dynamic module support)
Stars: ✭ 203 (+59.84%)
Mutual labels:  ffi
Curryrs
Bridge the gap between Haskell and Rust
Stars: ✭ 252 (+98.43%)
Mutual labels:  ffi
elixir-ffi
Foreign Function Interface (FFI) for Elixir
Stars: ✭ 52 (-59.06%)
Mutual labels:  ffi
Inline Rust
Use snippets of Rust inline in your Haskell programs
Stars: ✭ 210 (+65.35%)
Mutual labels:  ffi
Python Mpv
Python interface to the awesome mpv media player
Stars: ✭ 245 (+92.91%)
Mutual labels:  ffi
cxx-cmake-example
An example repo to setup cxx (Rust FFI library) with the CMake build system.
Stars: ✭ 64 (-49.61%)
Mutual labels:  ffi
Rust Bindgen
Automatically generates Rust FFI bindings to C (and some C++) libraries.
Stars: ✭ 2,453 (+1831.5%)
Mutual labels:  ffi
rust-ffi-examples
FFI examples written in Rust
Stars: ✭ 42 (-66.93%)
Mutual labels:  ffi
Rustler
Safe Rust bridge for creating Erlang NIF functions
Stars: ✭ 3,052 (+2303.15%)
Mutual labels:  ffi
E2E-Object-Detection-in-TFLite
This repository shows how to train a custom detection model with the TFOD API, optimize it with TFLite, and perform inference with the optimized model.
Stars: ✭ 28 (-77.95%)
Mutual labels:  tflite
Node Win32 Api
win32 api
Stars: ✭ 214 (+68.5%)
Mutual labels:  ffi
Pythonnet
Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.
Stars: ✭ 2,873 (+2162.2%)
Mutual labels:  ffi
react-native-camera-tflite
Real time image classification with React Native and Tensorflow lite.
Stars: ✭ 52 (-59.06%)
Mutual labels:  tflite
Rust Ffi Guide
A guide for doing FFI using Rust
Stars: ✭ 207 (+62.99%)
Mutual labels:  ffi
pedax
Reversi Board with edax, which is the strongest reversi engine.
Stars: ✭ 18 (-85.83%)
Mutual labels:  ffi
Inline Java
Haskell/Java interop via inline Java code in Haskell modules.
Stars: ✭ 197 (+55.12%)
Mutual labels:  ffi
TF2DeepFloorplan
TF2 Deep FloorPlan Recognition using a Multi-task Network with Room-boundary-Guided Attention. Enable tensorboard, quantization, flask, tflite, docker, github actions and google colab.
Stars: ✭ 98 (-22.83%)
Mutual labels:  tflite
efi
Ergonomic Rust framework for writing UEFI applications.
Stars: ✭ 44 (-65.35%)
Mutual labels:  ffi
allo-isolate
Run Multithreaded Rust along with Dart VM (in isolate) 🌀
Stars: ✭ 93 (-26.77%)
Mutual labels:  ffi
CFU-Playground
Want a faster ML processor? Do it yourself! -- A framework for playing with custom opcodes to accelerate TensorFlow Lite for Microcontrollers (TFLM). . . . . . Online tutorial: https://google.github.io/CFU-Playground/ For reference docs, see the link below.
Stars: ✭ 361 (+184.25%)
Mutual labels:  tflite

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 flutter/flutter#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].