Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dariowskii/ml-text-recognition
Machine Learning Text Recognition with Google ML Kit and Flutter
https://github.com/dariowskii/ml-text-recognition
app flutter google-ml-kit image-processing machine-learning ml text-recognition
Last synced: 19 days ago
JSON representation
Machine Learning Text Recognition with Google ML Kit and Flutter
- Host: GitHub
- URL: https://github.com/dariowskii/ml-text-recognition
- Owner: dariowskii
- License: gpl-3.0
- Created: 2024-02-10T17:35:53.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-11T11:00:26.000Z (9 months ago)
- Last Synced: 2024-10-07T19:19:24.030Z (29 days ago)
- Topics: app, flutter, google-ml-kit, image-processing, machine-learning, ml, text-recognition
- Language: C++
- Homepage: https://medium.com/@dariovarrialeapps/ml-text-recognition-with-flutter-90894e4829cf
- Size: 666 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ML Text Recognition with Flutter
This is the complete project described in the article "ML Text Recognition with Flutter" available to read [here](https://medium.com/@dariovarrialeapps/ml-text-recognition-with-flutter-90894e4829cf).
This is a simple example of how to use the `google_mlkit_text_recognition` plugin to recognize text in an image.
## Getting Started
For help getting started with Flutter, view the online [documentation](https://flutter.io/).
### Install packages
```bash
flutter pub get
```### Run the app
```bash
flutter run
```## Screenshots
![Screenshot](assets/img/screentshot.png)