Skip to content

samnaveenkumaroff/IADSES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

โšก IADSES

Intelligent Accident Detection and Severity Estimation System

ASP.NET Core SQLite License: MIT Platform

A KDD-driven web-based intelligent system for automatic road accident detection, severity estimation, V2X emergency broadcast simulation, and accident-prone zone identification.

Based on research validated at Applus+ IDIADA Automotive Research Corporation, Spain


๐Ÿš€ Quick Start โ€ข ๐Ÿ“ Architecture โ€ข โœจ Features โ€ข ๐Ÿ“ธ Screenshots โ€ข ๐Ÿ”Œ API Reference โ€ข ๐Ÿค Connect


๐Ÿ“– Abstract

Modern vehicles equipped with communication technologies present an opportunity for better emergency response to road accidents. IADSES implements a novel intelligent system that:

  • Automatically detects road accidents from vehicular sensor data
  • Estimates severity using a KDD (Knowledge Discovery in Databases) pipeline with weighted feature inference
  • Broadcasts alerts via simulated V2X (Vehicle-to-Everything) vehicular networks to emergency services
  • Identifies accident-prone zones using the Haversine formula for geographic clustering
  • Visualises incidents on interactive maps powered by OpenStreetMap/Leaflet.js

The system considers the most relevant variables characterising accident severity: vehicle speed, vehicle type, impact force, airbag deployment status, road type, and weather conditions โ€” aligning directly with the research methodology validated at Applus+ IDIADA Automotive Research Corporation.


โœจ Features

๐Ÿง  Intelligence & Detection

  • KDD 5-Stage Pipeline โ€” Data Collection โ†’ Preprocessing โ†’ Feature Selection โ†’ Pattern Mining โ†’ Knowledge Output, visualised as an animated pipeline on every result
  • AI Weighted Inference Engine โ€” Deterministic feature-weight scoring with animated confidence bars (Impact Force 35%, Speed 25%, Airbag 20%, Vehicle Type 10%, Weather 10%)
  • Severity Escalation โ€” Weather + road type modifiers (Fog/Rain on Highway escalates severity one level; heavy vehicles escalate on high impact)
  • Accident-Prone Zone Detection โ€” Haversine formula calculates real geographic distances; flags any 500m radius with 3+ accidents in 30 days

๐Ÿ“ก V2X Emergency Broadcast

  • Animated broadcast to 6 receiver nodes: Ambulance, Fire Department, Police, Hospital, Nearby Vehicles, Traffic Control
  • Zone authority notification when location is flagged as accident-prone
  • Notification messages include vehicle plate, exact address, severity, and zone status

๐Ÿ—บ๏ธ Location & Mapping

  • GPS Auto-detection โ€” Browser geolocation API with OpenStreetMap Nominatim reverse geocoding
  • Interactive Maps โ€” Leaflet.js maps on Result and Dashboard pages
  • Accident Pins โ€” Colour-coded by severity (Red=High, Orange=Medium, Green=Low)
  • Prone Zone Circles โ€” 500m radius danger circles rendered on map
  • Mini Map Preview โ€” Shows location before form submission

๐ŸŽฎ Simulation & Mock Data

  • Physics-Based Simulator โ€” Three modes with realistic vehicle dynamics:
    • Normal Drive โ€” Idle โ†’ Accelerate โ†’ Cruise โ†’ Brake cycle, 0.1โ€“1.5 kN micro-impacts
    • Simulate Crash โ€” 5 real accident scenarios (Highway Rear-End, City Intersection, Rural Rollover, Parking Lot, Highway Head-On) with impact decay using F ร— e^(-tร—0.6)
    • Random Event โ€” Weighted: 50% hard braking, 35% medium impact, 15% severe crash
  • Mock Scenario Button โ€” Fills all fields Aโ€“Z instantly with 7 pre-loaded realistic Indian road accident scenarios (plate, coordinates, address, all sensor data)

๐Ÿ–ฅ๏ธ Premium UI

  • Dark cockpit / instrument cluster aesthetic
  • Orbitron + Rajdhani + Share Tech Mono typography
  • CSS scanline overlay, animated road lines, amber/red/cyan palette
  • Animated KDD pipeline, staggered V2X node notifications
  • Scrolling traffic safety quote ticker
  • Fully responsive

๐Ÿ› ๏ธ Technology Stack

Layer Technology
Backend ASP.NET Core 10.0 (MVC + Web API hybrid)
Frontend Razor Views, Vanilla JS, CSS3 Animations
Database SQLite via Entity Framework Core 9.0
ORM Entity Framework Core (Code First, EnsureCreated)
Maps Leaflet.js + OpenStreetMap + Nominatim
Fonts Google Fonts (Orbitron, Rajdhani, Share Tech Mono)
Testing xUnit, Microsoft.Extensions.Logging.Abstractions
Language C# 13
Platform Windows / Linux / macOS (cross-platform)

๐Ÿ“ System Architecture

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚                    PRESENTATION LAYER                           โ”‚
โ”‚         Razor Views (Index ยท Result ยท Dashboard)                โ”‚
โ”‚         Leaflet.js Maps ยท CSS Cockpit UI ยท iadses.js            โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                       โ”‚ HTTP
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚                   CONTROLLER LAYER                              โ”‚
โ”‚    AccidentController (MVC)    ApiController (REST /api/)       โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                       โ”‚
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚                 BUSINESS LOGIC LAYER                            โ”‚
โ”‚                                                                 โ”‚
โ”‚  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”   โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”    โ”‚
โ”‚  โ”‚ AccidentDetection   โ”‚   โ”‚  SeverityEstimation          โ”‚    โ”‚
โ”‚  โ”‚ Service             โ”‚   โ”‚  Service                     โ”‚    โ”‚
โ”‚  โ”‚                     โ”‚   โ”‚                              โ”‚    โ”‚
โ”‚  โ”‚ IF ImpactForce > 50 โ”‚   โ”‚ High:  Force>80 OR Speed>100 โ”‚    โ”‚
โ”‚  โ”‚ OR Airbag == true   โ”‚   โ”‚ Medium: Force > 50           โ”‚    โ”‚
โ”‚  โ”‚ โ†’ ACCIDENT          โ”‚   โ”‚ Low:   Otherwise             โ”‚    โ”‚
โ”‚  โ”‚                     โ”‚   โ”‚ +Escalation: Weather/Road    โ”‚    โ”‚
โ”‚  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜   โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜    โ”‚
โ”‚                                                                 โ”‚
โ”‚  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”   โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”    โ”‚
โ”‚  โ”‚ NotificationService โ”‚   โ”‚  ZoneAnalysisService         โ”‚    โ”‚
โ”‚  โ”‚                     โ”‚   โ”‚                              โ”‚    โ”‚
โ”‚  โ”‚ Builds alert msg    โ”‚   โ”‚ Haversine formula            โ”‚    โ”‚
โ”‚  โ”‚ Saves to DB         โ”‚   โ”‚ 500m radius ยท 30-day window  โ”‚    โ”‚
โ”‚  โ”‚ Logs to console     โ”‚   โ”‚ 3+ accidents โ†’ Prone Zone    โ”‚    โ”‚
โ”‚  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜   โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜    โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                       โ”‚
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚                   DATA ACCESS LAYER                             โ”‚
โ”‚              ApplicationDbContext (EF Core)                     โ”‚
โ”‚                   SQLite ยท AccidentRecord                       โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

KDD Pipeline

๐Ÿ“ก Data Collection  โ†’  ๐Ÿ”ง Preprocessing  โ†’  ๐ŸŽฏ Feature Selection
     Raw sensor            Validate &            Speed, Force,
     streams               normalize             Airbag, Location

        โ†’  ๐Ÿง  Pattern Mining  โ†’  ๐Ÿ“Š Knowledge Output
              Inference rules        Accident Detected
              + Zone analysis        Severity Level

Accident-Prone Zone Detection (Haversine)

For each new accident with coordinates (lat, lon):
  Query all accidents within last 30 days with coordinates
  For each historical accident h:
    d = 2R ร— arcsin(โˆš(sinยฒ(ฮ”lat/2) + cos(lat)ยทcos(h.lat)ยทsinยฒ(ฮ”lon/2)))
  Count accidents where d โ‰ค 500m
  If count โ‰ฅ 3 โ†’ Flag as ACCIDENT-PRONE ZONE

๐Ÿ“ Project Structure

IADSES/
โ”‚
โ”œโ”€โ”€ AccidentSystem/                     # Main ASP.NET Core project
โ”‚   โ”œโ”€โ”€ Controllers/
โ”‚   โ”‚   โ”œโ”€โ”€ AccidentController.cs       # MVC controller (UI routes)
โ”‚   โ”‚   โ””โ”€โ”€ ApiController.cs            # REST API controller
โ”‚   โ”‚
โ”‚   โ”œโ”€โ”€ Models/
โ”‚   โ”‚   โ”œโ”€โ”€ AccidentData.cs             # Input DTO (form + API)
โ”‚   โ”‚   โ””โ”€โ”€ AccidentRecord.cs           # Database entity
โ”‚   โ”‚
โ”‚   โ”œโ”€โ”€ Services/
โ”‚   โ”‚   โ”œโ”€โ”€ AccidentDetectionService.cs # Detect() โ€” KDD rule engine
โ”‚   โ”‚   โ”œโ”€โ”€ SeverityEstimationService.cs# Predict() โ€” weighted inference
โ”‚   โ”‚   โ”œโ”€โ”€ NotificationService.cs      # Notify() โ€” alert + store
โ”‚   โ”‚   โ””โ”€โ”€ ZoneAnalysisService.cs      # Haversine prone-zone engine
โ”‚   โ”‚
โ”‚   โ”œโ”€โ”€ Data/
โ”‚   โ”‚   โ””โ”€โ”€ ApplicationDbContext.cs     # EF Core DbContext
โ”‚   โ”‚
โ”‚   โ”œโ”€โ”€ Views/
โ”‚   โ”‚   โ”œโ”€โ”€ Accident/
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ Index.cshtml            # Cockpit input form
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ Result.cshtml           # Analysis result + KDD + V2X + Map
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ Dashboard.cshtml        # Mission Control + incident map
โ”‚   โ”‚   โ””โ”€โ”€ Shared/
โ”‚   โ”‚       โ””โ”€โ”€ _Layout.cshtml          # Shared layout + nav
โ”‚   โ”‚
โ”‚   โ”œโ”€โ”€ wwwroot/
โ”‚   โ”‚   โ”œโ”€โ”€ css/site.css               # Cockpit dark theme design system
โ”‚   โ”‚   โ””โ”€โ”€ js/iadses.js               # Simulator + mock data + GPS
โ”‚   โ”‚
โ”‚   โ”œโ”€โ”€ Program.cs                      # App entry point + DI + auto DB
โ”‚   โ”œโ”€โ”€ appsettings.json
โ”‚   โ””โ”€โ”€ AccidentSystem.csproj
โ”‚
โ”œโ”€โ”€ AccidentSystem.Tests/               # xUnit unit tests
โ”‚   โ”œโ”€โ”€ AccidentDetectionServiceTests.cs  # 8 detection tests
โ”‚   โ””โ”€โ”€ SeverityEstimationServiceTests.cs # 9 severity tests
โ”‚
โ”œโ”€โ”€ AccidentSystem.sln
โ”œโ”€โ”€ SETUP_AND_RUN.bat                   # Windows one-click launcher
โ”œโ”€โ”€ README.md
โ””โ”€โ”€ LICENSE

๐Ÿš€ Quick Start

Prerequisites

  • .NET 10 SDK โ€” only requirement
  • No database installation needed (SQLite is built-in)
  • No Docker, no SQL Server, no environment variables

Windows

git clone https://github.com/samnaveenkumaroff/IADSES.git
cd IADSES\AccidentSystem
dotnet restore
dotnet run

Open http://localhost:5000

Or simply double-click SETUP_AND_RUN.bat

Linux / macOS

git clone https://github.com/samnaveenkumaroff/IADSES.git
cd IADSES/AccidentSystem
dotnet restore
dotnet run

Open http://localhost:5000

The SQLite database file AccidentSystem.db is created automatically in the build output directory on first run. No setup required.


๐Ÿ—„๏ธ Database Schema

CREATE TABLE Accidents (
    Id                  INTEGER PRIMARY KEY AUTOINCREMENT,
    VehicleSpeed        REAL    NOT NULL,
    ImpactForce         REAL    NOT NULL,
    AirbagStatus        INTEGER NOT NULL,   -- boolean
    VehicleType         TEXT    NOT NULL,
    NumberPlate         TEXT,               -- e.g. TN29AB1234
    Severity            TEXT    NOT NULL,   -- High | Medium | Low | None
    IsAccident          INTEGER NOT NULL,   -- boolean
    IsInProneZone       INTEGER NOT NULL,   -- boolean
    Latitude            REAL,
    Longitude           REAL,
    Address             TEXT,
    RoadType            TEXT,               -- Highway | City Road | Rural | etc.
    WeatherCondition    TEXT,               -- Clear | Rain | Fog | Night | Snow
    Timestamp           TEXT    NOT NULL,   -- UTC datetime
    NotificationMessage TEXT
);

๐Ÿ”Œ API Reference

POST /api/accident/process

Process accident data and return detection result.

Request Body:

{
  "vehicleSpeed": 94.5,
  "impactForce": 87.3,
  "airbagStatus": true,
  "vehicleType": "Car",
  "numberPlate": "TN29AB1234",
  "latitude": 12.9716,
  "longitude": 80.2137,
  "address": "NH-32, Near Tambaram Flyover, Chennai",
  "roadType": "Highway",
  "weatherCondition": "Clear"
}

Response:

{
  "recordId": 1,
  "accident": true,
  "severity": "High",
  "isProneZone": false,
  "plate": "TN29AB1234",
  "location": {
    "latitude": 12.9716,
    "longitude": 80.2137,
    "address": "NH-32, Near Tambaram Flyover, Chennai"
  },
  "timestamp": "2026-03-21T07:00:00Z",
  "message": "๐Ÿ”ด HIGH SEVERITY โ€” Vehicle TN29AB1234 at NH-32..."
}

GET /api/accident/zones

Returns all accident-prone zone clusters.

[
  {
    "latitude": 12.9715,
    "longitude": 80.2135,
    "accidentCount": 4,
    "highSeverity": 2,
    "lastAccident": "2026-03-20T14:30:00Z",
    "address": "NH-32, Tambaram, Chennai"
  }
]

GET /api/accident/health

{ "status": "ok", "timestamp": "2026-03-21T07:00:00Z" }

๐Ÿงช Detection & Severity Rules

Accident Detection

ACCIDENT = TRUE  if:  ImpactForce > 50 kN
                 OR   AirbagStatus == true

Severity Classification

HIGH    if:  ImpactForce > 80 kN  OR  VehicleSpeed > 100 km/h
MEDIUM  if:  ImpactForce > 50 kN
LOW     if:  Accident detected but below thresholds

ESCALATE one level if:
  Weather โˆˆ {Fog, Rain}  AND  RoadType = Highway
  OR
  VehicleType โˆˆ {Truck, Bus}  AND  ImpactForce > 80 kN

AI Feature Weights

Impact Force   โ†’ 35% weight
Vehicle Speed  โ†’ 25% weight
Airbag Status  โ†’ 20% weight
Vehicle Type   โ†’ 10% weight
Weather        โ†’ 10% weight

๐Ÿงช Running Tests

cd AccidentSystem.Tests
dotnet test -v normal

17 unit tests covering:

  • Accident detection (8 tests) โ€” no accident, impact threshold, airbag trigger, boundary conditions, null guard
  • Severity estimation (9 tests) โ€” High/Medium/Low paths, boundary values, escalation, null guard

๐ŸŒ Mock Scenarios (Built-in)

The ๐ŸŽญ LOAD MOCK SCENARIO button cycles through 7 pre-loaded real Indian road accident scenarios:

# Scenario Plate Location
1 Highway Rear-End Collision TN29AB1234 NH-32, Tambaram, Chennai
2 City Intersection T-Bone KA05MN5678 Silk Board Junction, Bengaluru
3 Foggy Highway Head-On MH12CD9988 Mumbai-Pune Expressway
4 Rural Road Pothole Skid AP09XY3344 SH-1, Shamshabad, Telangana
5 Night City Speeding DL3CAF7722 Ring Road, AIIMS, Delhi
6 Bridge Guardrail Impact GJ15EF4411 Sardar Bridge, Ahmedabad
7 Safe Normal Drive TN22GH8801 Anna Salai, Chennai

๐Ÿ”ฎ Future Extensibility

  • Replace rule-based engine with ML.NET trained model
  • Integrate real OBD-II / IoT sensor data streams
  • Add SMS/Email alerts via Twilio / SendGrid
  • Real GPS tracking with live vehicle movement
  • Mobile app companion (MAUI / React Native)
  • Export accident reports to PDF
  • Multi-language support (Tamil, Hindi)
  • Real V2X DSRC/C-V2X protocol integration

๐Ÿ“š Research Reference

This project implements the system described in:

"A Novel Intelligent System for Automatic Notification and Severity Estimation of Vehicles in Road Accidents" โ€” A KDD-based approach validated at Applus+ IDIADA Automotive Research Corporation, Spain.

Key contributions implemented:

  • KDD-based accident detection from vehicular sensor features
  • Feature-based severity inference (Speed, Impact, Airbag, Vehicle Type)
  • V2X vehicular network notification architecture
  • Accident-prone zone identification from historical data

๐Ÿ“„ License

This project is licensed under the MIT License โ€” see LICENSE for details.


๐Ÿค Connect With Me

Sam Naveenkumar V

Email LinkedIn GitHub Medium Portfolio


โšก Built with ASP.NET Core ยท SQLite ยท Leaflet.js ยท OpenStreetMap

Every millisecond saved in accident detection can save a life.

About

Automatic road accident detection, severity estimation, V2X emergency broadcast simulation, and accident-prone zone identification with KDD Algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors