Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Latex Symbol Recognizer

This example show how to predict latex symbols via a Convolutional Neural Network. This example loads a converted tensorflow-keras model for predictions. This dataset used to train the ConvNet. The accuracy of the python keras model is 81% and there is room to improve. The colab notebook is available here.

Prepare the node environment:

$ npm install

Run the script:

$ parcel index.html