Skip to content

A basic project on image classification using the python and the keras dataset-cifar10

Notifications You must be signed in to change notification settings

svs2801/imageclassification-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

imageclassification-1

A basic project on image classification using the python and the keras dataset-CIFAR10

This project uses python libraries like Tensorflow, Numpy and Keras to perform the image classification. The dataset used for this project is CIFAR10. Link to more information on CIFAR10: https://keras.io/api/datasets/cifar10/
Link to the official CIFAR datasets homepage: https://www.cs.toronto.edu/~kriz/cifar.html

The model is trained using CNN(Convolutional Neural Networks) and can identify the label/type associated with the image fed from the test case. The training dataset contains 50000 images of size 32 by 32 pixels and the test data contains 10000 images of size 32 by 32 pixels.

-Shambhavi Sabhahit

About

A basic project on image classification using the python and the keras dataset-cifar10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published