Skip to content

Latiang/hand-writing-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Hand Writing Recognition with Machine Learning using Python 3 and Numpy

This project aims to implement a machine learning system from scratch (with the help of Numpy) for recognizing hand-written letters using the MNIST dataset. It has a simple visual interface using PyQT5. The Open Source MNIST library is included under the folder asssets/

Dependencies (Python 3):

Numpy - for fast Python arrays and math pip3 install numpy
Pillow - Image handling pip3 install numpy
PyQT5 - GUI library pip install PyQt5

About

Handwriting with numpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages