Skip to content

Using deep learninig and computer-vision to classify damaged cars and making a simple web app using flask and bootstrap

Notifications You must be signed in to change notification settings

AlteredOracle/car-damage-evaluation-using-deep-learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

car-damage-evaluation-using-deep-learning

Using deep learninig and computer-vision to classify damaged cars and making a simple web app using flask and bootstrap

Created a web-app to take input as images from an user and to classify those images as damaged(multiclass i.e. minor,moderate and severe). Given less data which was scarped from google images using selenium(script uploaded in the code directory), the model performed well(comparable to an avg human). All the models related figure i.e. accuracy,precision,recall is reported in the pdf. We trained a pipeline of convolution neural networks(CNN) model using transfer learning on pretrained vgg16 model(i.e. removing it's fully top-connected layer) using theano and tensorflow.

Get the data and pretrained models and more from this drive link

About

Using deep learninig and computer-vision to classify damaged cars and making a simple web app using flask and bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.8%
  • Other 1.2%