FLUTTER ECOSYSTEM

now8-org/app

機械学習を活用した公共交通機関の到着時刻予測の改善。アプリ。

今8 のプロジェクト画像
Stars
8
Forks
2
最終プッシュ(UTC)
2022/06/26
プロジェクト状態
公開中
now8 GitHub avatar
GITHUB Organization

now8 ↗

Improved public transport arrival time estimations using Machine Learning.

言語DartHTMLMakefileCSSShellSwiftRubyKotlinObjective-C

技術トピック

関連パッケージとサンプル

使用している依存関係

依存関係一覧 16 件

アプリカテゴリー

元の README

以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。

README を開く / 閉じる

now8 app

now8 (no wait) provides improved public transport arrival time estimations using Machine Learning.

This is a Flutter app compatible with Android, IOS, web and more.

The web version is available at https://now8.systems.

Download

Get it on F-Droid Get it on Google Play

You can also download the latest version for Android devices from the releases page.

Documentation

The documentation of this project is available at https://now8-org.github.io/app/.

Development

Tools
  • The Makefile contains most of the commands that you'll need. Start by running make install, which will install the required dependencies to get you started. Then, you can try with make run.
  • Make sure that the pre-commit checks pass before committing. If you ran make install they will be executed by default whenever you try to commit.
  • We also use Commitizen; instead of running git commit run cz c.
Guideline
  • Work in branches and open pull requests.
  • Document your code.
  • Add tests for your code.