Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)