Skip to content

This repository contains the solution to the L&T EduTech hackathon. The solution contains the model for the first problem of the hackathon. It is a classification model which identifies whether there is a crack or not.

Notifications You must be signed in to change notification settings

lakshethaaa/L-T-EduTech-hackathon-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Bridge Crack Detection using Deep Learning

Description

This project aims to detect cracks in concrete surfaces in bridge engineering using a deep learning approach. The solution employs a transfer learning based approach using the VGG16 model as a base, and utilizes an open source dataset. The final layers of the VGG16 model were replaced with a dense layer and an output layer to adapt it to the problem at hand. The model's performance was evaluated using precision, recall, and F1 score as the judging metrics.

Dataset

The dataset used in this project can be found at the following link: https://cutt.ly/PS_1_dataset

Requirements

TensorFlow Keras Numpy Scikit-learn

Judging metrics

Testing Accuracy is: 0.975

Precision: [1. 0.95238095]

Recall: [0.95 1. ]

F1: [0.97435897 0.97560976]

Confusion matrix:

[[ 95 5]

[ 0 100]]

About

This repository contains the solution to the L&T EduTech hackathon. The solution contains the model for the first problem of the hackathon. It is a classification model which identifies whether there is a crack or not.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published