Skip to content

This is our Sem 4 mini project called Automated Parking Management System.

Notifications You must be signed in to change notification settings

Sai25Hajime/Automated-Parking-Management-System

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸš— Automated Parking Management System

This project was developed as our Semester 4 Mini Project. It is a web-based Automated Parking Management System that allows users to view available parking slots in real time using Django and OCR integration.


πŸ› οΈ Tech Stack

Frontend: HTML, CSS, Javascript.

Backend: Django (Python Framework)

OCR: Pytesseract (Python wrapper for Tesseract OCR)


🧠 How It Works

The website allows users to view available parking slots in a selected mall.

OCR data is fetched via Pytesseract every 15 seconds, which updates the backend database with:

βœ… Current parked vehicles

βœ… Slot occupancy

βœ… Slot availability is updated in real-time on the frontend.


πŸ“· OCR Integration

Pytesseract processes images from a camera to scan and extract pictures of license plate numbers or relevant vehicle information.

This information is matched against the slot allocation logic to track active parking slots.


πŸ” Features

βœ… Real-time parking slot updates

βœ… Visual display of slot availability

βœ… OCR-based number plate recognition (via Pytesseract)

βœ… Django-powered backend with periodic updates (every 15 seconds)


Screenshots and Info

This website uses HTML, CSS, and the Django framework for the backend.

image

This is the main page for the website. The user can see the available parking slot in a specific mall by clicking on the View Slots.

image

The backend requests information from the Pytesseract OCR every 15 seconds and will update relevant details.


πŸ“ Project Setup

  1. Clone the repository:
    git clone https://github.com/Sai25Hajime/Automated-Parking-Management-System.git
    cd Automated-Parking-Management-System
  2. Install dependencies:
    pip install -r requirements.txt
  3. Run the Django server:
    python manage.py runserver
    

🀝 Contributors/Collaborators

About

This is our Sem 4 mini project called Automated Parking Management System.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 42.6%
  • HTML 33.9%
  • CSS 23.5%