Skip to content

handwritten letter classification with tensorflow's inception v3

Notifications You must be signed in to change notification settings

wenyuew/Image_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image_classification-OCR-

use tensor flow's inception v3 to classify handwritten letters

convert png to jpg find . -iname '.png' | while read i; do mogrify -format jpg "$i" && rm "$i"; echo "Converted $i to ${i%.}.jpg"; done

remove files which has fewer than 20 images, because Inception v3 models only work on the files of more than 20 images.

About

handwritten letter classification with tensorflow's inception v3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages