All Projects → Emmarex → Mathematical-Handwriting-recognition

Emmarex / Mathematical-Handwriting-recognition

Licence: other
Convert hand written mathematical expressions and formula to Latext using Machine Learning

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mathematical-Handwriting-recognition

PaperSynth
Handwritten text to synths!
Stars: ✭ 18 (-64%)
Mutual labels:  handwriting-recognition
recrossable
crossword game with simplistic handwriting recognition and automatic generation of crosswords
Stars: ✭ 36 (-28%)
Mutual labels:  handwriting-recognition
kanji-recognition
ichisadashioko.github.io/kanji-recognition/
Stars: ✭ 21 (-58%)
Mutual labels:  handwriting-recognition
PyCasia
A python library to work with the CASIA Chinese handwriting database.
Stars: ✭ 38 (-24%)
Mutual labels:  handwriting-recognition
neural net handwriting
neural network for handwriting recognition from scratch in C
Stars: ✭ 17 (-66%)
Mutual labels:  handwriting-recognition
convolutional-neural-network-from-scratch-python
Handwritten Digit Recognition Using Convolutional Neural Network by Python
Stars: ✭ 31 (-38%)
Mutual labels:  handwritten-digit-recognition
iinkJS
✏️ ☁️ iinkJS is the fastest way to integrate rich handwriting recognition features in your webapp.
Stars: ✭ 65 (+30%)
Mutual labels:  handwriting-recognition
tensorflow-example
Tensorflow-example:使用MNIST训练模型,并识别手写数字图片
Stars: ✭ 26 (-48%)
Mutual labels:  handwriting-recognition
KoreanClassification Keras Coreml
한글 손글씨 분류 모델을 만들어 iOS 애플리케이션에 적용해보았습니다 📱
Stars: ✭ 29 (-42%)
Mutual labels:  handwriting-recognition
handwriting-recognition
Handwriting Recognition Web API Proposal
Stars: ✭ 51 (+2%)
Mutual labels:  handwriting-recognition
handwriting.js
A simple API access to the handwriting recognition service of Google IME
Stars: ✭ 89 (+78%)
Mutual labels:  handwriting-recognition
hwrt
A toolset for handwriting recognition
Stars: ✭ 61 (+22%)
Mutual labels:  handwriting-recognition
Handwritten-Digits-Classification-Using-KNN-Multiclass Perceptron-SVM
🏆 A Comparative Study on Handwritten Digits Recognition using Classifiers like K-Nearest Neighbours (K-NN), Multiclass Perceptron/Artificial Neural Network (ANN) and Support Vector Machine (SVM) discussing the pros and cons of each algorithm and providing the comparison results in terms of accuracy and efficiecy of each algorithm.
Stars: ✭ 42 (-16%)
Mutual labels:  handwritten-digit-recognition
air writing
Online Hand Writing Recognition using BLSTM
Stars: ✭ 26 (-48%)
Mutual labels:  handwriting-recognition
kanji-handwriting-swift
Kanji handwriting recognition for iOS using Zinnia.
Stars: ✭ 27 (-46%)
Mutual labels:  handwriting-recognition
Character-recognition-by-neural-network
Back Propagation, Python
Stars: ✭ 32 (-36%)
Mutual labels:  handwriting-recognition
crohme-data-extractor
A modified extractor for the CROHME handwritten math symbols dataset.
Stars: ✭ 18 (-64%)
Mutual labels:  handwritten-digit-recognition
form-segmentation
Let's explore how we can extract text from forms
Stars: ✭ 42 (-16%)
Mutual labels:  handwriting-recognition
Handwritten-Names-Recognition
The goal of this project is to solve the task of name transcription from handwriting images implementing a NN approach.
Stars: ✭ 54 (+8%)
Mutual labels:  handwriting-recognition
handwritten-MNIST-digit-recognition
Real time MNIST digit recognition with OpenCV and Support Vector Machine (SVM) algorithm.
Stars: ✭ 34 (-32%)
Mutual labels:  handwritten-digit-recognition

HandWriting To Latex

Convert hand written mathematical expressions and formula to latext.

Instructions

  1. Make sure you have Python > 3 installed
  2. Clone or download this project
  3. Visit this (https://www.kaggle.com/xainano/handwrittenmathsymbols) link to download the Train Dataset
  4. Extract the contents of the downloaded file in step 4 and place in a folder named Dataset
  5. Type and run pip install requirements.txt in your terminal/command prompt or shell
  6. Run python main.py TestData/test1.jpg to recognize the image in the test data folder

Todo

  1. Recognition of text on a page
  2. Deploy model for use as an API
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].