/NER-FastAPI-Flutter

an App for Named Entity Recognition using a RESTful API

Primary LanguageDart

ner_fastapi_flutter

A flutter application for my Named Entity Recognition API hosted on heroku.

  • Riverpod for state management.
  • handle all possible cases (word not in index, server down, etc...).

Directory structure

lib
├── api.dart
├── main.dart
├── screens
│   └── home.dart
└── widgets
    ├── api_widgets.dart
    └── material_button.dart

Screenshots

mobile

desktop