
This is a hackathon project for tracking the number of cars in an arbitrary number of parking lots with an arbitrary number of entrances.
View our video here: https://youtu.be/qi9YZLhS0gk

Open the client/detector.ipynb file in Jupyter Notebooks. Follow the
instructions for installing the hardware.
The server is written in Python using the TurboGears framework.
Install the application and its dependencies:
 $ pip install -e . --user
If you do not have gearbox installed:
 $ pip install --user tg.devtools
Setup the application:
 $ cp development.ini.sample development.ini
 $ gearbox setup-app
Finally, serve the application:
 $ gearbox serve --reload --debug
Open the client/display_server file in Jupyter Notebooks. Follow the
instructions for installation of the hardware.
This repository is licensed under the MIT License (see LICENSE file).