Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ikergarcia1996/handwritten-names-recognition

The goal of this project is to solve the task of name transcription from handwriting images implementing a NN approach.
https://github.com/ikergarcia1996/handwritten-names-recognition

character-recognition handwriting-recognition handwritten-character-recognition handwritten-text-recognition histogram-of-oriented-gradients multilayer-perceptron-network neural-networks neuralnetwork ocr principal-component-analysis restricted-boltzmann-machine

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/ikergarcia1996/Handwritten-Names-Recognition/blob/master/DemoImages/objetive.png)

## Authors
```
Iker García Ferrero - ikergarcia1996
Eritz Yerga Gutierrez - eritzyg
```
## Dataset
For this project we used the [Transcriptions of names from handwriting](https://www.crowdflower.com/data-for-everyone/) dataset from [Data for Everyone](https://www.crowdflower.com/data-for-everyone/).

## How to run
To run this project you need [Python](https://www.python.org/) and [Jupyter Notebook](http://jupyter.org/).
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](https://github.com/ikergarcia1996/Handwritten-Names-Recognition/releases) with the corresponding release.

## Process for recognition
You can find a detailed explanation of this process in the [documentation](https://github.com/ikergarcia1996/Handwritten-Names-Recognition/releases).
![Process](https://github.com/ikergarcia1996/Handwritten-Names-Recognition/blob/master/DemoImages/Process.png)

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