Skip to content

ImageClassifier is a script designed to classify images from the CIFAR-10 dataset.

Notifications You must be signed in to change notification settings

NeginBabaiha/ImageClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ImageClassifier

Image Classification is a fundamental task that attempts to comprehend an entire image as a whole. The main objective in this content is to classify the image by assigning it to a specific label.
This short script named as ImageClassifier aims to classify images of CFAR-10 datset. The CIFAR-10 dataset consists of 60000 32x32 colour images in 10 classes, with 6000 images per class. There are 50000 training images and 10000 test images.

Dependencies

This scripts is tested on Python 3.7 and Pytorch 1.1

About

ImageClassifier is a script designed to classify images from the CIFAR-10 dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages