An AI tool that streamlines your car insurance process by detecting damages with the most accuracy.
- Background - Installation - Usage - Contributing - License Car damages can be a major safety hazard if not detected and repaired in time. However, detecting damages in cars can be a tedious and time-consuming task for humans. This is where machine learning can be of great help. By training a machine learning model on a dataset of car images with damages, we can develop an automated system for detecting damages in cars. To install the necessary dependencies for this project, run the following command:pip install -r requirements.txt
- Clone this repository
- Install the necessary dependencies
- Run the prediction_engine.py script
- Provide the path to the image you want to test
- The script will output whether the car has damages or not
from prediction_engine import get_yolov5
model = get_yolov5(input_image)
print(model)