Skip to content

A symbol recognition ai trainer in python using TensorFlow

Notifications You must be signed in to change notification settings

AilPhaune/MathSymbolRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symbol Recognition

Training and predicting

Train with python train.py <epochs>. Default epochs is 50.

Predict with python predict.py <path_to_image / path_to_validation_directory> <path_to_model>

Dataset

The dataset must follow the following file structure:

/dataset
|
|---- /category1
|     |
|     |---- /image1.png
|     |---- /image2.png
|     ...
|
|---- /category2
|     |
|     |---- /image1.png
|     |---- /image2.png
|     ...
...

Same goes for the validation_data directory.

About

A symbol recognition ai trainer in python using TensorFlow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published