Skip to content

Preprocessed data to make X and y matrix and then made a VGG network using keras for training and prediction task

Notifications You must be signed in to change notification settings

laveenagarg/Image-Classification-using-VGG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Image-Classification-using-VGG

Data set can be found here you might face problem while making X and y matrix, some images are shown as damaged by Python, i have used tqdm to know about that image and deleted it from dataset.

Dataset consists of images and images are labelled as weather_type_number.jpg, now to feed it into our model, we need to have a X matrix and a y matrix. and also size of all images is not similar, so i have resized images, made X vector by 2 different methods and trained VGG

About

Preprocessed data to make X and y matrix and then made a VGG network using keras for training and prediction task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published