Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/salkuadrat/learning
- Owner: salkuadrat
- License: mit
- Created: 2021-05-21T10:57:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T11:25:29.000Z (about 2 years ago)
- Last Synced: 2024-06-22T00:31:30.213Z (8 months ago)
- Topics: dart, flutter, machine-learning, mlkit
- Language: Java
- Homepage: https://pub.dev/packages/learning
- Size: 212 MB
- Stars: 63
- Watchers: 5
- Forks: 56
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).