brodykim.work

  • Packages
Results 9 packages owned by brodykim.work
Sort by

dart_sentencepiece_tokenizercopy "dart_sentencepiece_tokenizer: ^1.3.2" to clipboard
dart_sentencepiece_tokenizer: ^1.3.2 copied to clipboard

5
likes
160
points
10k
downloads
A lightweight, pure Dart implementation of SentencePiece tokenizer. Supports BPE (Gemma) and Unigram (Llama) algorithms.#nlp#sentencepiece#tokenizer#machine-learning#llm

dart_tensor_preprocessingcopy "dart_tensor_preprocessing: ^0.9.0" to clipboard
dart_tensor_preprocessing: ^0.9.0 copied to clipboard

3
likes
160
points
55
downloads
High-performance tensor preprocessing library for Flutter/Dart. NumPy-like transforms pipeline for ONNX Runtime inference.

dart_bert_tokenizercopy "dart_bert_tokenizer: ^1.0.2" to clipboard
dart_bert_tokenizer: ^1.0.2 copied to clipboard

0
likes
150
points
254
downloads
A lightweight, pure Dart implementation of BERT WordPiece tokenizer. 100% compatible with HuggingFace tokenizers.#nlp#bert#tokenizer#machine-learning#wordpiece

anteatercopy "anteater: ^0.4.0" to clipboard
anteater: ^0.4.0 copied to clipboard

0
likes
150
points
65
downloads
Anteater is a static analyzer for Dart that provides SSA-based data flow analysis, Datalog-based reasoning, code metrics, and configurable lint rules.#static-analysis#linter#code-quality#metrics#dart

durable_workflowcopy "durable_workflow: ^0.2.0" to clipboard
durable_workflow: ^0.2.0 copied to clipboard

1
likes
150
points
36
downloads
Local durable execution library for Dart. Provides durable checkpoint/resume workflows with zero dependencies.#workflow#durable-execution#checkpoint#saga#retry

durable_workflow_driftcopy "durable_workflow_drift: ^0.2.0" to clipboard
durable_workflow_drift: ^0.2.0 copied to clipboard

0
likes
150
points
34
downloads
Drift ORM implementation of CheckpointStore for durable_workflow. Provides type-safe, reactive persistence with code-generated queries.#workflow#drift#persistence#orm

durable_workflow_fluttercopy "durable_workflow_flutter: ^0.2.0" to clipboard
durable_workflow_flutter: ^0.2.0 copied to clipboard

0
likes
150
points
30
downloads
Flutter platform adapters for durable_workflow. Provides lifecycle-aware recovery, background scheduling, and monitoring widgets for durable workflow executions.#workflow#flutter#lifecycle#background

durable_workflow_sqlitecopy "durable_workflow_sqlite: ^0.2.1" to clipboard
durable_workflow_sqlite: ^0.2.1 copied to clipboard

0
likes
140
points
30
downloads
SQLite implementation of CheckpointStore for durable_workflow. Uses sqlite3 FFI for high-performance local persistence.#workflow#sqlite#persistence#checkpoint

json_merge_patchcopy "json_merge_patch: ^0.1.0" to clipboard
json_merge_patch: ^0.1.0 copied to clipboard

0
likes
160
points
10
downloads
RFC 7396 JSON Merge Patch implementation for Dart. Apply and generate JSON merge patches. #json#patch#rfc7396#merge-patch