Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/salkuadrat/learning

The easy way to use Machine Learning Kit in Flutter.
https://github.com/salkuadrat/learning

dart flutter machine-learning mlkit

Last synced: 3 months ago
JSON representation

The easy way to use Machine Learning Kit in Flutter.

Awesome Lists containing this project

README

        

# Learning

The easy way to use Machine Learning Kit in Flutter.

## Getting Started

Add dependency to your flutter project:

```bash
$ pub add learning
```

**Optimization**

For best performance (and to minimize application size), it's better to add dependency directly from each of sub-package you want to use in your application.

## Usage

Learning consists of 13 different sub-packages that we can add separately based on our application needs. Please reference to each link below to learn more about the usage of each learning package.



Vision
Version
Links
Example


learning_text_recognition
^0.0.4

Pub.dev

Github


Example

text_recognition.apk



learning_face_detection
^0.0.3

Pub.dev

Github


Example

face_detection.apk



learning_pose_detection
^0.0.2

Pub.dev

Github


Example

pose_detection.apk



learning_selfie_segmentation
^0.0.3

Pub.dev

Github


Example

selfie_segmentation.apk



learning_image_labeling
^0.0.2

Pub.dev

Github


Example

image_labeling.apk



learning_barcode_scanning
^0.0.3

Pub.dev

Github


Example

barcode_scanning.apk



learning_object_detection
^0.0.2

Pub.dev

Github


Example

object_detection.apk



learning_digital_ink_recognition
^0.0.2

Pub.dev

Github


Example

digital_ink_recognition.apk



NLP
Version
Links
Example


learning_language
^0.0.4

Pub.dev

Github


Example

language.apk



learning_translate
^0.0.4

Pub.dev

Github


Example

translate.apk



learning_entity_extraction
^0.0.3

Pub.dev

Github


Example

entity_extraction.apk



learning_smart_reply
^0.0.3

Pub.dev

Github


Example



Helper
Version
Links


learning_input_image
^0.0.6+2

Pub.dev

Github

## Example Project

You can learn more from example project [here](example).