Metadata-Version: 2.1
Name: neweraai
Version: 1.0.0rc5
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
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 :: 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
Requires-Dist: torch (>=1.8.1)
Requires-Dist: torchaudio (>=0.8.1)
Requires-Dist: SoundFile (>=0.10.3.post1)
Requires-Dist: numpy (>=1.20.2)
Requires-Dist: pandas (>=1.2.3)
Requires-Dist: matplotlib (>=3.4.1)
Requires-Dist: jupyterlab (>=3.0.13)
Requires-Dist: pymediainfo (>=5.0.3)
Requires-Dist: requests (>=2.25.1)
Requires-Dist: vosk (>=0.3.21)

# 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.8.1` | ![PyPI](https://img.shields.io/pypi/v/torch) |
`torchaudio` | `0.8.1` | ![PyPI](https://img.shields.io/pypi/v/torchaudio) |
`soundfile` | `0.10.3.post1` | ![PyPI](https://img.shields.io/pypi/v/soundfile) |
`numpy` | `1.20.2` | ![PyPI](https://img.shields.io/pypi/v/numpy) |
`pandas` | `1.2.3` | ![PyPI](https://img.shields.io/pypi/v/pandas) |
`matplotlib` | `3.4.1` | ![PyPI](https://img.shields.io/pypi/v/matplotlib) |
`jupyterlab` | `3.0.13` | ![PyPI](https://img.shields.io/pypi/v/jupyterlab) |
`pymediainfo` | `5.0.3` | ![PyPI](https://img.shields.io/pypi/v/pymediainfo) |
`requests` | `2.25.1` | ![PyPI](https://img.shields.io/pypi/v/requests) |
`vosk` | `0.3.21` | ![PyPI](https://img.shields.io/pypi/v/vosk) |

