Skip to content

This project aims to predict accidents using image recognition techniques and compares the performance of three different models: CNN, KNN, and Random Forest Trees. The dataset used contains images related to accident scenarios, and the models are trained to classify these images into accident and non-accident categories.

License

Notifications You must be signed in to change notification settings

ShwetaTyagi1/Image-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Accident Prediction Model with Image Recognition

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.

Project Overview

Models and Performance

  1. Convolutional Neural Network (CNN):

    • Accuracy: 93%
  2. K-Nearest Neighbors (KNN):

    • Accuracy: 91%
  3. Random Forest Trees:

    • Accuracy: 96%

About

This project aims to predict accidents using image recognition techniques and compares the performance of three different models: CNN, KNN, and Random Forest Trees. The dataset used contains images related to accident scenarios, and the models are trained to classify these images into accident and non-accident categories.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published