Mozilla DeepSpeech Engine in Flutter Using Dart FFI
In this article, we will create a flutter plugin that calls native C/C++ library using Dart FFI. We will use Mozilla's DeepSpeech C library as an example to show the implementation. First let's have a very brief overview about FFI and DeepSpeech.
For...
techblog.geekyants.com8 min read
Satyajit Ghana
Deep Learning @inkers.ai
Hey, I've been thinking of using dart:ffi for AWS Kinesis Video Producer. But does networking work with ffi ?