This website works better with JavaScript
Home
Explore
Help
Sign In
tflucke
/
Handwritting-Interpreter-AI
mirror of
https://github.com/tflucke/Handwritting-Interpreter-AI.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
No Description
9
Commits
3
Branches
0
Releases
Tree:
9a4db4a4f1
Branches
Tags
Classifier
Tom-Digit-Prototype
master
Handwritting...
HTTP
SSH
ZIP
TAR.GZ
Tom Flucke
9a4db4a4f1
Fixed bug with testing. Now has 1.6% success rate.
9 years ago
pngChars
6d84101490
Created folder for handwritten letters in png format.
9 years ago
.gitignore
e6e074b56e
Added git ignore so MNIST data does end up in repo.
9 years ago
README
288bfa4425
Initial README
9 years ago
hwRecProto1.py
5550498586
Tom's prototype for a digit recognizer using the MNIST dataset.
9 years ago
hwRecProto2.py
9a4db4a4f1
Fixed bug with testing. Now has 1.6% success rate.
9 years ago
iamDataset.obj
fd100490ec
Parsed iam into MNIST-like data format
9 years ago
png2Obj.py
834ae3a7b9
Renamed data creation script and wrote script to parse IAM. Getting a float32 cast error at the end. Unknown reason.
9 years ago
png2Vec.py
097220ed51
Created basic python script to convert a png file to a vector. Not genericised yet.
9 years ago
README
Handwriting Interpreter for CSC480