ocracy

Optical recognizer

An implementation of a recurrent neural network-based optical character recognition system using LSTM architecture.

pure javascript lstm rnn implementation based on ocropus

GitHub

37 stars
9 watching
12 forks
Language: JavaScript
last commit: almost 10 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
ibm/max-ocr An optical character recognition system deployed as a web service using a trained Tesseract OCR model 47
oyxhust/cnn-lstm-ctc-text-recognition Develops CTC-based text recognition models with neural network architectures 259
r1me/ttesseractocr4 An Object Pascal binding for the Tesseract OCR engine to perform optical character recognition 145
meh/ruby-tesseract-ocr A Ruby wrapper around the Tesseract OCR API to provide an easy-to-use interface for optical character recognition tasks 629
guillaume-chevalier/har-stacked-residual-bidir-lstms An implementation of a deep neural network architecture for Human Activity Recognition using stacked residual bidirectional LSTM cells with TensorFlow. 319
nexusapoorvacus/deepvariationstructuredrl An implementation of reinforcement learning for visual relationship and attribute detection using PyTorch. 63
bandrel/ocyara Performs OCR on images and scans them for matches to Yara rules 40
cybershadow/monocre An OCR program that can recognize bitmap fonts and convert them to scalable output formats. 2
leminhyen2/visual-novel-ocr An application that uses Optical Character Recognition to extract text from images and display it in a visual novel interface. 67
oyam/pytorch-dpns PyTorch implementation of a deep learning model for image segmentation 90
l0sg/relational-rnn-pytorch An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling 245
seannaren/deepspeech.pytorch A deep learning-based speech recognition system built on top of PyTorch Lightning. 2,109
jiupinjia/neural-magic-eye Training an image processing neural network to recover depth and content from autostereograms 72
lxtgh/omg-seg Develops an end-to-end model for multiple visual perception and reasoning tasks using a single encoder, decoder, and large language model. 1,336
antoniogarrote/clj-tesseract A Clojure wrapper for the Tesseract OCR software, allowing developers to easily integrate optical character recognition capabilities into their applications. 54