Skip to content

A machine learning pipeline built with TensorFlow and OpenCV for detecting vehicle damage in insurance claims. Uses CNNs to identify dents, scratches, and broken parts with over 93% accuracy.

Notifications You must be signed in to change notification settings

sibi15/Automated-Vehicle-Damage-Detection-System-for-Insurance-Claims

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automated Vehicle Damage Detection System for Insurance Claims

In this project, I developed a machine learning system to automate vehicle damage detection using image data. Designed during an internship with Common Sense Software Solutions, the system leverages deep learning to streamline insurance claim evaluations by classifying damage types and improving assessment speed and reliability.

Key Features:

  • Applied Convolutional Neural Networks (CNNs) for image-based classification of vehicle damage
  • Processed input images to identify dents, scratches, and broken components using TensorFlow and OpenCV
  • Integrated techniques from Scikit-learn and Keras for model training, validation, and calibration
  • Achieved a model accuracy of 93.7% on real-world datasets, validating its applicability for insurers
  • Aimed to reduce manual labor, costs, and human error in claim processing pipelines

Libraries & Frameworks:

  • Python, TensorFlow, Keras, OpenCV, Scikit-learn, Pandas, NumPy, Seaborn, Matplotlib
  • Algorithms: CNN, Logistic Regression, SVM, CalibratedClassifierCV
  • Tools: ImageDataGenerator, ModelCheckpoint, EarlyStopping, Confusion Matrix, Precision/Recall Metrics

Use Case:

The model enables insurers to automate claim initiation by identifying damage types and assessing severity. This speeds up the process, minimizes manual inspection time, and helps in building trust with policyholders by increasing objectivity and response time.

Future Goals:

  • Adding a user-friendly GUI for faster uploads and visual interaction
  • Expanding dataset to include different car types and damage conditions
  • Integrating the model with real-time insurance claim systems via API

About

A machine learning pipeline built with TensorFlow and OpenCV for detecting vehicle damage in insurance claims. Uses CNNs to identify dents, scratches, and broken parts with over 93% accuracy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published