transformers 0.0.1 copy "transformers: ^0.0.1" to clipboard
transformers: ^0.0.1 copied to clipboard

State-of-the-art Machine Learning for Dart. Run Huggingface Transformers cross-platform on your device, with no need for a server!

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add transformers

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

dependencies:
  transformers: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:transformers/transformers.dart';
0
likes
140
points
111
downloads

Publisher

verified publishernathankolbas.com

Weekly Downloads

State-of-the-art Machine Learning for Dart. Run Huggingface Transformers cross-platform on your device, with no need for a server!

Repository (GitHub)
View/report issues

Topics

#nlp #machine-learning #deep-learning #transformer #llm

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_web_plugins, huggingface_hub, path, plugin_platform_interface, unorm_dart, web

More

Packages that depend on transformers

Packages that implement transformers