ml_transformer 1.0.1 copy "ml_transformer: ^1.0.1" to clipboard
ml_transformer: ^1.0.1 copied to clipboard

Lightweight, modular and extensible machine learning and neural network library for Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ml_transformer

With Flutter:

 $ flutter pub add ml_transformer

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ml_transformer: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ml_transformer/dart_transformers.dart';
3
likes
115
points
8
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Lightweight, modular and extensible machine learning and neural network library for Dart.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ffi

More

Packages that depend on ml_transformer