Skip to content

Commit

Permalink
refactor: updated acknowledgements + more flutter packages [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped authored Feb 3, 2023
1 parent 03e49a3 commit 9acce54
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,12 @@ FeaturesDict({
The training framework was mainly developed using [Keras](https://github.com/keras-team/keras) with [TensorFlow](https://github.com/tensorflow/tensorflow) backend.

The mobile app was developed using Flutter, which is a framework developed by Google.
For the app, the following _open_ packages were used [flutter_sensors](https://pub.dev/packages/flutter_sensors), [tflite_flutter](https://pub.dev/packages/tflite_flutter), and [wakelock](https://pub.dev/packages/wakelock).
For the app, the following _open_ packages were used (either MIT or BSD-2 licensed):
* [flutter_sensors](https://pub.dev/packages/flutter_sensors)
* [tflite_flutter](https://pub.dev/packages/tflite_flutter)
* [wakelock](https://pub.dev/packages/wakelock)
* [sqflite](https://pub.dev/packages/sqflite)
* [provider](https://pub.dev/packages/provider)

## How to cite

Expand Down

0 comments on commit 9acce54

Please sign in to comment.