Metadata-Version: 1.1
Name: number-recognizer
Version: 0.1.3
Summary: A software for the recognition of handwritten numbers.
Home-page: https://github.com/condereis/number-recognizer
Author: Rafael Lopes Conde dos Reis
Author-email: rafael.lcreis@gmail.com
License: BSD license
Description: ===============================
        Number Recognizer
        ===============================
        
        
        .. image:: https://badge.fury.io/py/number-recognizer.svg
                :target: https://pypi.python.org/pypi/number-recognizer
        
        .. image:: https://readthedocs.org/projects/number-recognizer/badge/?version=latest
                :target: https://number-recognizer.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        A software for the recognition of handwritten numbers. 
        
        * Free software: BSD license
        * Documentation: http://number-recognizer.readthedocs.io/en/latest/
        
        
        Requirements
        ------------
        
        * OpenCV
        * TensorFlow
        * Numpy
        * Pandas
        * Click
        
        
        Installation
        ------------
        
        Install OpenCV_ and TensorFlow_ then and run::
        
        	$ pip install number-recognizer
        
        .. _OpenCV: https://github.com/milq/scripts-ubuntu-debian/blob/master/install-opencv.sh
        .. _TensorFlow: https://www.tensorflow.org/versions/r0.10/get_started/os_setup.html#pip-installation
        
        
        Usage
        -----
        
        Run::
        
        	$ recognizer
        
        Write a number on a clean peace of paper. Position it inside the green box in a way that the number is focused. Press **r** to recognize the number. Press **q** to quit the program.
        
        
        Credits
        ---------
        Tools used in rendering this package:
        
        * Cookiecutter_
        * `cookiecutter-pypackage`_
        
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`cookiecutter-pypackage`: https://github.com/condereis/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.1.0 (2016-08-12)
        ------------------
        
        * First release on PyPI.
        
        
        0.1.1 (2016-08-12)
        ------------------
        
        * Import fix.
        * Font changes.
        
        
        0.1.2 and 0.1.3 (2016-08-12)
        ------------------
        
        * Model location fix.
Keywords: recognizer
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
