Skip to content

XomaDev/Lin2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lin2

My algorithm that is based on "philosophy of breaking complex things into smaller pieces" to compare them at their base level.
It also utilizes levenshtein distance to compare two data set similarity.

This project takes in a large data set of 28x28 images, then emits compiled comparable model files.
Mnist dataset is taken as a prime example in this repository, that contains a large 28x28 data of 0-9 numbers.

After compiling the Mnist dataset into models, we use the compare feature to effectively mimic a small OCR. (Thus its also some kind of ML)

For instance, a test image (i created):

numbers.png

Then it does pixel simplification and blob mapping (blue part is blob detection overlay):

output.png

OCR Result: 893106 (5/6)

Out of 6 characters in the image, it got 5 of them right.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages