Skip to content

parkWhere? is a mobile applicaton that allows drivers to check the current (and projected) availability of public car park lots. The application is built using Flutter and Dart. It uses a TFLite model to determine the projected availability and the Google Maps API for mapping related requests.

Notifications You must be signed in to change notification settings

Uxinnn/parkWhere

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parkWhere?

parkWhere? is a mobile applicaton that allows drivers to check the current (and projected) availability of public car park lots.

The application is built using Flutter and Dart. It uses a TFLite model to determine the projected availability and the Google Maps API for mapping related requests.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • The latest version of Flutter and Dart installed on your local machine.
  • A valid Google Maps API key.
  • A valid LTA Datamall API key.

Step 1:

Download or clone this repo.

Step 2:

Go to project root and execute the following command in console to get the required dependencies:

flutter pub get 

Step 3:

Go to project root and create a new file .env. In that file, add the following lines

MAPS_API_KEY=YOUR_GOOGLE_MAPS_API_KEY
ACCOUNT_KEY=YOUR_LTA_API_KEY

Step 4:

Run the project.

Authors

About

parkWhere? is a mobile applicaton that allows drivers to check the current (and projected) availability of public car park lots. The application is built using Flutter and Dart. It uses a TFLite model to determine the projected availability and the Google Maps API for mapping related requests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 62.3%
  • Dart 34.6%
  • Ruby 1.1%
  • Batchfile 0.8%
  • Shell 0.7%
  • Swift 0.4%
  • Other 0.1%