Skip to content

shejz/car_damage_detection

Repository files navigation

Car Damage Detection

Well, most of us call our car insurance company, tell them what has happened. And then we wait... for the insurance agent to come and inspect the car, and take the process forward. This process of inspection take few days.... But we want our car to be back on road ASAP. What can we do to make this process more efficient?

  • With the power of deep learning, we can utilize CNN to help us speed up the process of damage detection and transfer learning to train a model that will be able to classify the image of the car, whether the image is the car or not, damage or not and what is the location of the damage.

Model Architecture and Pipeline

  • First check: Check if it's a car or not? Nbviewer
  • Second check: Ensure the submitted image of car is damaged. Nbviewer
  • Third check: Check the location of damage in the car. Nbviewer
  • Fourth check: Determine the severity of damage. Nbviewer

NOTEBOOK DEMO: Nbviewer