Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/democraciaconcodigos/recon
Reconocimiento de imágenes para el proyecto Democracia con Códigos
https://github.com/democraciaconcodigos/recon
Last synced: 3 months ago
JSON representation
Reconocimiento de imágenes para el proyecto Democracia con Códigos
- Host: GitHub
- URL: https://github.com/democraciaconcodigos/recon
- Owner: democraciaconcodigos
- Created: 2013-11-09T14:40:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-18T18:01:15.000Z (almost 11 years ago)
- Last Synced: 2024-04-27T10:34:57.555Z (7 months ago)
- Language: Python
- Size: 991 KB
- Stars: 1
- Watchers: 10
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ocr - Image Recognition for the Democracy Project with codes
README
recon
=====Reconocimiento de imágenes para el proyecto Democracia con Códigos
Instalacion
===========Armar el entorno:
> apt-get install python-skimage
> apt-get install python-sklearn
> mkvirtualenv recon
> workon recon
> pip install numpy
Como Trabajar
=============Branchear desde master:
> git checkout -b nombre_de_branch
> git add nuevo_archivo_o_modificado
> git commit -m "mensaje"
> git push origin nombre_de_branch