Skip to content

handwritten digit's recognizer, based on amizra's handwriting project.

License

Notifications You must be signed in to change notification settings

euphonie/recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recognizer

handwriting of digits recognizer, based on amizra's handwriting project.

##Instalación

###Instalar Node y NPM

Tutorial para la instalación de Node JS y el manejador de paquetes NPM en windows.
 http://www.youtube.com/watch?v=rFxSdTqT5fE

###Instalar Git bash de (http://msysgit.github.io/)

**Importante:** Instalar también la versión en consola **Git Bash**

###Clonar el repositorio (Desde la consola de Git Bash)

# Moverse a un directorio en donde crear la carpeta del proyecto
cd "c:\repositorios"
# Clonar el proyecto con git (automáticamente se crea la carpeta)
git clone https://github.com/bakedintime/recognizer.git
# Moverse dentro del proyecto
cd recognizer

###Instalar las dependencias del proyecto

npm install

###Ejecutar la aplicación

node web.js

Entrar en un navegador a http://localhost:3000

##Uso

###Intefaz Principal

alt text

###Entrenamiento Manual

alt text

alt text

###Reiniciar Entrenamiento

alt text

alt text

###Entrenamiento Automatico alt text

alt text

alt text

###Entrenar Red alt text

###Mostrar caracter escrito

alt text alt text

###Identificar caracter alt text alt text

###Re-entrenar (no persiste el entrenamiento anterior)

alt text alt text

###Exportar Red alt text alt text

###Importar Red alt text alt text alt text alt text alt text

About

handwritten digit's recognizer, based on amizra's handwriting project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published