Metadata-Version: 1.1
Name: piwho
Version: 1.3.1
Summary: A python wrapper around MARF speaker recognition frameworkfor raspberry pi and other SBCs
Home-page: https://github.com/Adirockzz95/PiWho
Author: Aditya Khandkar
Author-email: khandkar.adi@gmail.com
License: MIT
Description: piwho
        =====
        
        Piwho is python wrapper around `MARF <http://marf.sourceforge.net/>`__
        speaker recognition framework for the Raspberry pi and other SBCs. Piwho
        brings speaker recognition into your Pi projects.
        
        
        Installation
        ------------
        
        Update the Pi
        
        .. code:: bash
        
            $ sudo apt-get update
            $ sudo apt-get upgrade
        
        You need to have JDK (min version: 1.7) installed on your Pi.
        
        .. code:: bash
        
            # verify jdk is installed
            $ java -version
        
        
        Then install **piwho**
        
        .. code:: bash
        
            $ pip install piwho
        
        or clone the project from github
        
        .. code:: bash
        
            $ git clone https://www.github.com/Adirockzz95/Piwho.git
            $ cd piwho
            $ python setup.py install
        
        Documentation
        -------------
        See `Github Repository <https://www.github.com/Adirockzz95/Piwho/>`__ for documentation.
        
        
Keywords: Speaker recognition Raspberry Pi MARF
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
