google / flutter-mediapipe

Apache License 2.0
161 stars 7 forks source link

Text Embedding task #21

Closed craiglabenz closed 3 months ago

craiglabenz commented 3 months ago

Description

Adds the "embedText" task to Flutter's MediaPipe implementation.

This PR follows the patterns established in the "classifyText" task added in #12.

craiglabenz commented 3 months ago

@Piinks This is hopefully ready for a final pass. Thanks so much for your review - you nudged me toward significant improvements around object disposal.