Skip to content

A program that recognizes hand-written numbers with keras

Notifications You must be signed in to change notification settings

Astrol99/numberRecognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numberRecognizer

A program that recognizes hand-written numbers with keras. WARNING: it's kinda bad

Program_DEMO

Setup

  1. Clone or download this repo
git clone https://github.com/Astrol99/numberRecognizer.git
  1. Install the necessary libraries
pip3 install -r requirements.txt
  1. Either use the pre-trained model MNIST.h5 or train it yourself using the following command (20 epochs):
python train.py
  1. Run the main program
python main.py

About

A program that recognizes hand-written numbers with keras

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages