Skip to content

Xilinx Hackathon 2017 Project for tracking the number of cars in an arbitrary number of parking lots with an arbitrary number of entrances.

License

Notifications You must be signed in to change notification settings

ColoradoSchoolOfMines/parqyng-lots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parqyng Lots

Xilinx Hackathon Project

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

Video

Design

System Diagram

Installation

Car Detection Nodes

Open the client/detector.ipynb file in Jupyter Notebooks. Follow the instructions for installing the hardware.

Server

The server is written in Python using the TurboGears framework.

  1. Install the application and its dependencies:

     $ pip install -e . --user
    
  2. If you do not have gearbox installed:

     $ pip install --user tg.devtools
    
  3. Setup the application:

     $ cp development.ini.sample development.ini
     $ gearbox setup-app
    
  4. Finally, serve the application:

     $ gearbox serve --reload --debug
    

Server Displays

Open the client/display_server file in Jupyter Notebooks. Follow the instructions for installation of the hardware.

Hackers

License

This repository is licensed under the MIT License (see LICENSE file).