Metadata-Version: 2.1
Name: voiceClassifier
Version: 1.1.1
Summary: A simple package for voice classifiaction
Home-page: https://github.com/Raman-Raje/voiceClassifier
Author: Raman Shinde
Author-email: raman.shinde15@gmail.com
License: MIT
Download-URL: https://github.com/Raman-Raje/voiceClassifier/archive/v_01_1.tar.gz
Description: # voiceClassifier
        A module for classifying voice samples. The layout/Class diagram of package is as follows.
        
        ![Package Layout](/images/layout.JPG)
        
        ## Installation:
        Run this command in terminal
        ```
        pip install voiceclassifier
        ```
        This package has dependancy on librosa and other audio related packages. Please check the requirement.txt for further details.
        
        **Please note that this package is extensively tested on Linux enviourment(Ubuntu.)**
        
        ## Examples:
        Let's have a look at some examples to gain more understanding.
        
        ### 1. Trainning on your own data :
        
        * For this you can simply run evaluate.py file from the package if you downloaded zip from github. For this please keep your voice_samples ready. The name of the voice file will be considerd as a class.Pass list of all your voice_samples path when asked.
        
        * If you have downloaded the package using pip, then you can follow below...
        ```
        ```
        
        ### 2. classifying the voice sample
        ```
        ```
        
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
