Metadata-Version: 2.1
Name: neweraai
Version: 1.0.4
Summary: NewEraAI - New Era Artificial Intelligence
Home-page: https://github.com/DmitryRyumin/NewEraAI
Author: Dmitry Ryumin
Author-email: dl_03.03.1991@mail.ru
Maintainer: Dmitry Ryumin, Alexander Axyonov
Maintainer-email: dl_03.03.1991@mail.ru, a.aksenov95@mail.ru
License: MIT
Project-URL: Bug Reports, https://github.com/DmitryRyumin/NewEraAI/issues
Project-URL: Documentation, https://github.com/DmitryRyumin/NewEraAI
Project-URL: Source Code, https://github.com/DmitryRyumin/NewEraAI/tree/main/neweraai
Project-URL: Download, https://github.com/DmitryRyumin/NewEraAI/tags
Description: # NewEraAI - New Era Artificial Intelligence
        
        ![PyPI](https://img.shields.io/pypi/v/neweraai)
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/neweraai)
        ![PyPI - Implementation](https://img.shields.io/pypi/implementation/neweraai)
        ![GitHub repo size](https://img.shields.io/github/repo-size/dmitryryumin/neweraai)
        ![PyPI - Status](https://img.shields.io/pypi/status/neweraai)
        ![PyPI - License](https://img.shields.io/pypi/l/neweraai)
        
        | [Release history](https://github.com/DmitryRyumin/NewEraAI/blob/main/NOTES.md) | [Documentation in Russian](https://github.com/DmitryRyumin/NewEraAI/blob/main/README_RU.md) |
        | --- | --- |
        
        ## Installation
        
        ```shell script
        pip install neweraai
        ```
        
        ---
        
        ## Update
        
        ```shell script
        pip install --upgrade neweraai
        ```
        
        ## Required packages
        
        | Package | Min version | Current version |
        | ------- | ----------- | --------------- |
        `torch` | `1.9.0` | ![PyPI](https://img.shields.io/pypi/v/torch) |
        `torchaudio` | `0.9.0` | ![PyPI](https://img.shields.io/pypi/v/torchaudio) |
        `soundfile` | `0.10.3.post1` | ![PyPI](https://img.shields.io/pypi/v/soundfile) |
        `numpy` | `1.21.2` | ![PyPI](https://img.shields.io/pypi/v/numpy) |
        `pandas` | `1.3.3` | ![PyPI](https://img.shields.io/pypi/v/pandas) |
        `matplotlib` | `3.4.3` | ![PyPI](https://img.shields.io/pypi/v/matplotlib) |
        `jupyterlab` | `3.1.12` | ![PyPI](https://img.shields.io/pypi/v/jupyterlab) |
        `pymediainfo` | `5.1.0` | ![PyPI](https://img.shields.io/pypi/v/pymediainfo) |
        `requests` | `2.26.0` | ![PyPI](https://img.shields.io/pypi/v/requests) |
        `vosk` | `0.3.31` | ![PyPI](https://img.shields.io/pypi/v/vosk) |
        `seaborn` | `0.11.2` | ![PyPI](https://img.shields.io/pypi/v/seaborn) |
Keywords: NewEraAI,MachineLearning,Statistics,ComputerVision,ArtificialIntelligence,Preprocessing
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: Russian
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
