Metadata-Version: 1.1
Name: aimdvcli
Version: 0.1a5
Summary: AIMDV Client
Home-page: http://www.sns.co.kr/
Author: Semicon Networks
Author-email: hansroh@gmail.com
License: MIT
Download-URL: https://pypi.python.org/pypi/aimdvcli
Description: ====================
        AIMDV Client
        ====================
        
        This is for SNS AIMDV(AI based Mood Detection thru Voice) clients, who want to install and test mood detection engine in PC or embedded environment, esp., in Android.
        
        .. contents:: Table of Contents
        
        
        Installation
        =========================
        
        Requirements
        --------------------------
        
        - OS: Windows, Linux, Mac
        - Python 3.4+
        
        Installataion
        --------------------------
        
        .. code:: bash
        
          pip install aimdvcli
        
        
        Basic Usage
        ================
        
        .. code:: bash
        
          aimdvcli <command> [options]
        
        
        Audio Format Converter
        =========================
        
        This is a format converter to standardize the wave format to fit into AIMIDV embedded version.
        
        .. code:: bash
        
          aimdvcli convert [options]
          
        *options:*
        
        .. code:: bash
        
          -s, --source-dir <source directory>
          -o, --output-dir <output directory>: optional, default is <source directory>/AIMDV
          -r:  recursive converting
              --help 
        
        *example:*
        
        .. code:: bash
        
          aimdvcli convert -s /home/ubuntu/audios
        
        
        Change Logs
        =============
        
        - 0.1a1
        
          - project initialized
          
        		
Platform: posix
Platform: nt
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Database
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
