FLUTTER ECOSYSTEM

now8-org/app

머신 러닝을 사용한 대중교통 도착 시간 예측 개선. 앱.

지금 8 프로젝트 이미지
Stars
8
Forks
2
최근 푸시(UTC)
2022. 6. 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.