Skip to content

Deliverable1

Carlos Restrepo edited this page Aug 12, 2024 · 30 revisions

1. Introduction

1.1 Purpose

parkAI is a project created to ease parking lot management and usage. This allows administrators to have an easier time managing their car park as some tasks will be automatized by our application, and users will benefit from this automatization as they only enter or exit the parking while our app counts their time, charges the money to their payment method and shows them the empty spaces

1.2 Scope

Software products

  1. WebPage: This webpage will connects all the processes of the application, such as user/vehicles management, empty spaces display and payment

    • 1.1. User / vehicles management: The user creation will be done through a login, and they shall be able to link a vehicle by its license plate. They can add, modify or eliminate a vehicle if it no longer belongs to them. Cars should only have 1 user linked.
    • 1.2. Empty spaces display: Using the information that cameras with AI vision provide about the empty and occupied spaces, this product will be able to display them in the webpage to show the users where they can park
    • 1.3. Payment: Users will be able to pay their fee by submitting payment methods. The app will automatically count their time in the car parking and will charge the fee to their payment method
  2. License plate detector: The license plates will be read by implementing AI vision in cameras that will be ubicated in the entries and exits of the parking lot, this software

Clone this wiki locally