karolstawowski / WeatherImageRecognition

WeatherImageRecognition is an weather image recognition CNN model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather Image Recognition

Description

Weather Image Recognition is a project which aims to create a machine learning model based on Convolutional Neural Network with an objective of recognising weather present in images. The dataset is characterized by a high diversity of images.

Final model accuracy

Train accuracy: 74.87%
Test accuracy: 68.82%

File structure

πŸ“¦WeatherImageRecognition
┣ πŸ“‚dataset
┃ ┣ πŸ“‚test
┃ ┃ ┣ πŸ“‚dew
┃ ┃ ┃ ┣ πŸ“œ2220.jpg
┃ ┃ ┃ ┣ πŸ“œ2225.jpg
┃ ┃ ┃ β”— ...
┃ ┃ ┣ πŸ“‚fogsmog
┃ ┃ ┃ ┣ πŸ“œ4087.jpg
┃ ┃ ┃ ┣ πŸ“œ4092.jpg
┃ ┃ ┃ β”— ...
┃ ┃ ┣ πŸ“‚frost
┃ ┃ ┃ ┣ πŸ“œ3609.jpg
┃ ┃ ┃ ┣ πŸ“œ3633.jpg
┃ ┃ ┃ β”— ...
┃ ┃ ┣ πŸ“‚glaze
┃ ┃ ┃ ┣ πŸ“œ6102.jpg
┃ ┃ ┃ ┣ πŸ“œ6107.jpg
┃ ┃ ┃ β”— ...
┃ ┃ ┣ πŸ“‚hail
┃ ┃ ┃ ┣ πŸ“œ0012.jpg
┃ ┃ ┃ ┣ πŸ“œ0017.jpg
┃ ┃ ┃ β”— ...
┃ ┃ ┣ πŸ“‚lightning
┃ ┃ ┃ ┣ πŸ“œ1839.jpg
┃ ┃ ┃ ┣ πŸ“œ1863.jpg
┃ ┃ ┃ β”— ...
┃ ┃ ┣ πŸ“‚rain
┃ ┃ ┃ ┣ πŸ“œ1044.jpg
┃ ┃ ┃ ┣ πŸ“œ1075.jpg
┃ ┃ ┃ β”— ...
┃ ┃ ┣ πŸ“‚rainbow
┃ ┃ ┃ ┣ πŸ“œ0619.jpg
┃ ┃ ┃ ┣ πŸ“œ0634.jpg
┃ ┃ ┃ β”— ...
┃ ┃ ┣ πŸ“‚rime
┃ ┃ ┃ ┣ πŸ“œ4955.jpg
┃ ┃ ┃ ┣ πŸ“œ4965.jpg
┃ ┃ ┃ β”— ...
┃ ┃ ┣ πŸ“‚sandstorm
┃ ┃ ┃ ┣ πŸ“œ2920.jpg
┃ ┃ ┃ ┣ πŸ“œ2925.jpg
┃ ┃ ┃ β”— ...
┃ ┃ β”— πŸ“‚snow
┃ ┃ ┃ ┣ πŸ“œ0842.jpg
┃ ┃ ┃ ┣ πŸ“œ0847.jpg
┃ ┃ ┃ β”— ...
┃ ┣ πŸ“‚train
┃ ┃ β”— ...
┃ ┣ πŸ“‚valid
┃ ┃ β”— ...
┣ πŸ“œ.gitignore
┣ πŸ“œREADME.md
β”— πŸ“œWeather_image_recognition.ipynb

Technologies used

  • TensorFlow
  • Keras
  • Python

About

WeatherImageRecognition is an weather image recognition CNN model.


Languages

Language:Jupyter Notebook 82.3%Language:PureBasic 17.7%