Skip to content

SobanHM/Automated-Toll-Tax-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated Toll Tax Estimation System

Python YOLOv8 OpenCV License

A real-time AI-powered Traffic Monitoring System that detects vehicles, tracks their movement, and automatically calculates toll tax revenue based on vehicle type. Built using YOLOv8, DeepSORT, and OpenCV.


This project contains 02 Modules.

Module 01 (Using Pretrained model Yolov8 and DeepSorting for vehicle tracking to avoid toll tax re-charge across frames)

Demo

image

Status: Module 1 Complete (Pre-trained Baseline + Tracking Algorithms).

Module 2 (Fine-tuning + Tracking Algorithms + Comparative Analysis) Completed.

🚀 Features

  • 🚗 Vehicle Detection: Classifies Cars, Trucks, Buses, and Motorcycles in real-time.
  • 📍 Object Tracking: Uses DeepSORT/ByteTrack to assign unique IDs to vehicles (prevents double counting).
  • 💰 Automatic Billing: Calculates total revenue dynamically based on a configurable price list.
  • 📊 Live Dashboard: Displays vehicle counts and total revenue overlay on the video feed.
  • 📝 Summary Report: Generates a text summary of total traffic volume and tax collected upon exit.

🛠️ Tech Stack

  • Language: Python
  • torch, openCV, keras, shutil, os, ...
  • Detection Model: YOLOv8 via ultralytics
  • Tracking: deep-sort-realtime / ByteTrack
  • Computer Vision: OpenCV (cv2)

⚙️ Installation

  1. Clone the Repository
    git clone [https://github.com/SobanHM/Automated-Toll-Tax-System.git](https://github.com/SobanHM/Automated-Toll-Tax-System.git)
    cd Automated-Toll-Tax-System
    

About

An AI-powered toll collection and vehicle counting system using YOLOv8 and DeepSort. It detects and tracks vehicles, identifies toll-line crossings, calculates fees by type, overlays real-time stats, and saves an annotated output video. Ideal for smart toll booths and intelligent traffic systems

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages