Skip to content

Simple image recognition in python with CIFAR10 dataset using Keras

Notifications You must be signed in to change notification settings

medarshanshah/Simple-Image-Recognizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Simple-Image-Recognizer

Simple image recognition using python with CIFAR10 dataset in Keras

I have used CIFAR10 dataset for training the model and size of the image is 32*32, You can alter it as you want and also use different activation functions.

Change the number of Epochs for more accuracy.

This is no complex Stuff, It's simple and easy to understand and also does not perform complex operations.

Steps for running:

  1. Use Pycharm or any IDE you like.
  2. Download Cifar dataset, if not downloaded or available in keras library.
  3. Set epoch in the trainer file as per your wish and for more accuracy.
  4. Only run tester, after training is done.
  5. Input the file path and you'll get the output.

P.S- You can also use CIFAR100 for more categories and better results.

About

Simple image recognition in python with CIFAR10 dataset using Keras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%