Skip to content

Assessing car damage with convolution neural networks for a personal auto claims expedition use case

Notifications You must be signed in to change notification settings

Bunny10/car-damage-detective

 
 

Repository files navigation

Car Damage Detective

Assessing Car Damage with Convolutional Neural Networks

Created a proof of concept to expedite the personal auto claims process with computer vision and deep learning. Identified damage location and severity to accuracies of 79% and 71% respectively, comparable to human performance. Trained a pipeline of convolutional neural networks using transfer learning on VGG16 with Keras and Theano to classify damage. Deployed consumer-facing web app with Flask and Bootstrap for real-time car damage evaluations. Data scraped from Google Images using Selenium, hand-labeled for classification and supplemented with the Stanford Car Image Dataset.

Please contact me at [email protected] if you would like access to the dataset.

Demonstration

Demo

About

Assessing car damage with convolution neural networks for a personal auto claims expedition use case

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.5%
  • Other 0.5%