Metadata-Version: 2.1
Name: sonosco
Version: 0.1.1
Summary: Framework for training deep automatic speech recognition models.
Home-page: https://github.com/Roboy/sonosco/tree/demo
Author: Roboy
License: UNKNOWN
Description: # Roboy Sonosco
        Roboy Sonosco (from Lat. sonus - sound and nōscō - I know, recognize) - a library for Speech Recognition based on Deep Learning models
        
        ## Installation
        ### Via PIP
        
        The easiest way to install sonosco is through pip:
        
        ``
        pip install sonosco==0.1.1
        ``
        
        
        The supported OS is Ubuntu 18.04 LTS (however, it should work fine on other distributions).
        Supported Python version is 3.6+.
        Supported CUDA version is 10.0.
        Supported PyTorch version is 1.0.
        
        ---
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
