This repository contains a comparative analysis of accident prediction models using image recognition techniques as well as a corresponding research paper. The dataset, sourced from Kaggle, includes images related to accident scenarios. We explore three different models: CNN, KNN, and Random Forest Trees, evaluating their performance based on accuracy, precision, recall, and F1 score.
-
Convolutional Neural Network (CNN):
- Accuracy: 93%
-
K-Nearest Neighbors (KNN):
- Accuracy: 91%
-
Random Forest Trees:
- Accuracy: 96%