Ubiquitous Seat Monitoring & Management System with Prediction Facility

Â
seat-prediction-homepage seat-prediction-room-details seat-prediction-seat-info-history seat-prediction-search-page seat-prediction-search-result

Project Description

Remote controlling, monitoring seat management system for any room which have a networked camera and many seats. This project have many parts:

  1. Node module: It runs on each of the closest systems attached to networked cameras. (done using: C++)
  2. Image detection: Done in the same devices where node module runs. (done using: C++)
  3. Database connector: The remote modules have to connect to a central server containg a database and webserver. (done using: C++, MySQL C++ connector)
  4. WebServer: Webserver runs on the centralized machine. It shows status of rooms, seats. Seat searching functionality is included here. Also camera configuration can be done here (i.e. marking seat position which will be motored all the time). Result of prediction algorithm is also shown here as per seat basis. (done using: PHP, JavaScript, Jquery)
  5. Prediction Algorithm: Runs in the same server as database and webserver. Prediction algorithm uses seat occupancy history to determine whether the seat will be free for the specified time or not. (done using: Python)

Client

Part of TK3-Ubiquitous/Mobile Computing Projects

Technology

Â