Skip to content

This project is adopted CNN Keras Model to classify MNIST dataset as well as train and validate it.

Notifications You must be signed in to change notification settings

ashamagenta/CNN_MNIST_and_CLIPrograms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This project is adopting CNN Keras Model to classify MNIST dataset as well as to train and validate it. The trained data is stored in .h5 file. It resulted with 99% accuracy. The trained data will be called on the CLI program to predict external hand-written digit image. In order to run the CLIProgram.py at the same time with the external image, open your terminal (go the directory which contains CLIProgram.py) 

$ python CLIProgram.py image.png  

Note : If the image file is not placed at the same directory, open the image based on the directory  Example 

$ python CLIProgram.py /Users/abc/Downloads/image.png

About

This project is adopted CNN Keras Model to classify MNIST dataset as well as train and validate it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages