EquationRecognition
Description
Recognize hand-written equations using convolutional neural network, and output in Latex formats.
Dependencies
- pickle
- numpy 1.12.1
- opencv-python 3.2.0.7
- PIL 1.1.7
- Pillow 4.0.0
- scipy 0.19.0
- scikit-image 0.12.3
- tensorflow 1.0.0
Run Instructions
processImage
to generate training data.train_model
to train your model.predict.py
to test your model.
Model Architecture
Read the report
Version
2017.05.05
This course project got an A+ in Spring/2017 COSI 101A Artificial Intelligence class.