Skip to content

๐Ÿš— Car Damage Prediction Model A machine learning model that predicts the extent of car damage using image and/or structured data, optimized through hyperparameter tuning for improved accuracy and reliability.

Notifications You must be signed in to change notification settings

DaBestCode/Car-Damage-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Vehicle Damange Detection App

This app let's you drag and drop an image of a car and it will tell you what kind of damage it has. The model is trained on third quarter front and rare view hence the picture should capture the third quarter front or rare view of a car.

app

Model Details

  1. Used ResNet50 for transfer learning
  2. Model was trained on around 1700 images with 6 target classes
    1. Front Normal
    2. Front Crushed
    3. Front Breakage
    4. Rear Normal
    5. Rear Crushed
    6. Rear Breakage
  3. The accuracy on the validation set was around 80%

Set Up

  1. To get started, first install the dependencies using:

     pip install -r requirements.txt
    
  2. Run the streamlit app:

    streamlit run app.py
    

About

๐Ÿš— Car Damage Prediction Model A machine learning model that predicts the extent of car damage using image and/or structured data, optimized through hyperparameter tuning for improved accuracy and reliability.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published