Skip to content

The CNN model takes in an input image and states whether or not the image is of a pothole.

License

Notifications You must be signed in to change notification settings

Yagna24/Pothole-Image-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pothole-Image-Classifier

The CNN model takes in an input image and states whether or not the image is of a pothole.

dataset : https://www.kaggle.com/atulyakumar98/pothole-detection-dataset

Epoch training :

Vaccine Usage Distribution

Accuracy :

Vaccine Usage Distribution

Loss :

Vaccine Usage Distribution

Output :

--> Image not having a pothole gives "normal" output.

[[1.]]

{'normal': 0, 'potholes': 1}

normal

--> Image having pothole gives "pothole" output.

{'normal': 0, 'potholes': 1}

pothole

About

The CNN model takes in an input image and states whether or not the image is of a pothole.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages