The goals of this project

  • Sort through the available car parks in Singapore
  • Create a Machine Learning model that is able to predict when a carpark has lots available based on historical data and test it with the live data to validate the use case of this model

How to view this project

  • Either go to the URL listed below
  • Or Visit the test.ipynb to view the

ReadME for contributors

  • When contributing to the code source, please ensure that you do a git pull first to prevent git conflicts

  • After that do a git commit with git commit -am "messageYouWantToAdd

  • We would not be using branching for this project