All Projects → ikergarcia1996 → Handwritten-Names-Recognition

ikergarcia1996 / Handwritten-Names-Recognition

Licence: MIT license
The goal of this project is to solve the task of name transcription from handwriting images implementing a NN approach.

Programming Languages

Jupyter Notebook
11667 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Handwritten-Names-Recognition

form-segmentation
Let's explore how we can extract text from forms
Stars: ✭ 42 (-22.22%)
Mutual labels:  ocr, handwriting-recognition, handwritten-text-recognition
CRNN-OCR-lite
Lightweight CRNN for OCR (including handwritten text) with depthwise separable convolutions and spatial transformer module [keras+tf]
Stars: ✭ 130 (+140.74%)
Mutual labels:  ocr, handwritten-text-recognition, handwritten-character-recognition
memento
Organize your meme image cluster in a better format using OCR from the meme to sort them using tesseract along with editing memes by segmenting them using OpenCV within a directory
Stars: ✭ 70 (+29.63%)
Mutual labels:  ocr, character-recognition
recrossable
crossword game with simplistic handwriting recognition and automatic generation of crosswords
Stars: ✭ 36 (-33.33%)
Mutual labels:  handwriting-recognition, handwritten-text-recognition
Machine-Learning-and-Pattern-Recognition
Implementation of Machine Learning Algorithms
Stars: ✭ 43 (-20.37%)
Mutual labels:  character-recognition, principal-component-analysis
vietnamese-ocr-toolbox
A toolbox for Vietnamese Optical Character Recognition.
Stars: ✭ 26 (-51.85%)
Mutual labels:  ocr, character-recognition
saram
Get OCR in txt form from an image or pdf extension supporting multiple files from directory using pytesseract with auto rotation for wrong orientation. PYPI:
Stars: ✭ 51 (-5.56%)
Mutual labels:  ocr, character-recognition
vrpdr
Deep Learning Applied To Vehicle Registration Plate Detection and Recognition in PyTorch.
Stars: ✭ 36 (-33.33%)
Mutual labels:  ocr, character-recognition
Transformer-ocr
Handwritten text recognition using transformers.
Stars: ✭ 92 (+70.37%)
Mutual labels:  ocr, handwritten-text-recognition
NNet
algorithm for study: multi-layer-perceptron, cluster-graph, cnn, rnn, restricted boltzmann machine, bayesian network
Stars: ✭ 24 (-55.56%)
Mutual labels:  restricted-boltzmann-machine, multilayer-perceptron-network
Parsr
Transforms PDF, Documents and Images into Enriched Structured Data
Stars: ✭ 2,736 (+4966.67%)
Mutual labels:  ocr
Imageocr
PHP验证码识别[PHP CAPTCHA Recognition]
Stars: ✭ 241 (+346.3%)
Mutual labels:  ocr
Sharex
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
Stars: ✭ 18,143 (+33498.15%)
Mutual labels:  ocr
kanji-recognition
ichisadashioko.github.io/kanji-recognition/
Stars: ✭ 21 (-61.11%)
Mutual labels:  handwriting-recognition
Awesome Ocr
Stars: ✭ 198 (+266.67%)
Mutual labels:  ocr
Tesstrain
Train Tesseract LSTM with make
Stars: ✭ 251 (+364.81%)
Mutual labels:  ocr
Open Paperless
Scan, index, and archive all of your paper documents (acquired by Mayan EDMS)
Stars: ✭ 2,538 (+4600%)
Mutual labels:  ocr
Mayan Edms
Free Open Source Document Management System (mirror, no pull request or issues)
Stars: ✭ 226 (+318.52%)
Mutual labels:  ocr
Tessdata fast
Fast integer versions of trained LSTM models
Stars: ✭ 221 (+309.26%)
Mutual labels:  ocr
kanji-handwriting-swift
Kanji handwriting recognition for iOS using Zinnia.
Stars: ✭ 27 (-50%)
Mutual labels:  handwriting-recognition

Handwritten Names Recognition

A program that solves the task of name transcription from handwriting images implementing a NN approach for Machine Learning and Neural Networks (MLNN) course.

Objetive

Authors

Iker García Ferrero - ikergarcia1996
Eritz Yerga Gutierrez - eritzyg

Dataset

For this project we used the Transcriptions of names from handwriting dataset from Data for Everyone.

How to run

To run this project you need Python and Jupyter Notebook. Also you will need to install all the python libraries specified in the "README.md" inside the "Notebook" folder.

Documentation

Documentation is available in the releases section with the corresponding release.

Process for recognition

You can find a detailed explanation of this process in the documentation. Process

Results

Pre downloaded dataset and Pre trained classifiers

To facilitate the usage of the program, a database with 10000 images and the pre trained classifiers are included. The documentation explains how to load them or how to generate new ones.

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].