Metadata-Version: 2.1
Name: aimet-ml
Version: 0.1.0
Summary: Python package of frequently used modules for ML developments in AIMET..
Home-page: https://github.com/aimet-tech/aimet-ml
License: MIT
Author: Pasit Jakkrawankul
Author-email: pasit.j@aimet.tech
Requires-Python: >=3.9,<3.10
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test
Requires-Dist: black (>=23.7,<24.0) ; extra == "test"
Requires-Dist: bump2version (>=1.0.1,<2.0.0) ; extra == "dev"
Requires-Dist: ffmpeg_python (>=0.2.0,<0.3.0)
Requires-Dist: flake8 (>=6.1.0,<7.0.0) ; extra == "test"
Requires-Dist: flake8-docstrings (>=1.7.0,<2.0.0) ; extra == "test"
Requires-Dist: isort (>=5.12.0,<6.0.0) ; extra == "test"
Requires-Dist: librosa (>=0.10.1,<0.11.0)
Requires-Dist: matplotlib (>=3.7.2,<4.0.0)
Requires-Dist: mkdocs (>=1.5.2,<2.0.0) ; extra == "doc"
Requires-Dist: mkdocs-autorefs (>=0.5.0,<0.6.0) ; extra == "doc"
Requires-Dist: mkdocs-include-markdown-plugin (>=6.0.0,<7.0.0) ; extra == "doc"
Requires-Dist: mkdocs-material (>=9.2.3,<10.0.0) ; extra == "doc"
Requires-Dist: mkdocs-material-extensions (>=1.1.1,<2.0.0)
Requires-Dist: mkdocstrings (>=0.22.0,<0.23.0) ; extra == "doc"
Requires-Dist: mkdocstrings-python (>=1.5.2,<2.0.0) ; extra == "doc"
Requires-Dist: mypy (>=1.5.1,<2.0.0) ; extra == "test"
Requires-Dist: numpy (>=1.24.4,<2.0.0)
Requires-Dist: opencv_python (>=4.8.0.76,<5.0.0.0)
Requires-Dist: pandas (>=2.0.3,<3.0.0)
Requires-Dist: pip (>=23.2.1,<24.0.0) ; extra == "dev"
Requires-Dist: pre-commit (>=3.3.3,<4.0.0) ; extra == "dev"
Requires-Dist: pydub (>=0.25.1,<0.26.0)
Requires-Dist: pytest (>=7.4.0,<8.0.0) ; extra == "test"
Requires-Dist: pytest-cov (>=4.1.0,<5.0.0) ; extra == "test"
Requires-Dist: toml (>=0.10.2,<0.11.0) ; extra == "dev"
Requires-Dist: torch (>=2.0.1,<3.0.0)
Requires-Dist: torchaudio (>=2.0.2,<3.0.0)
Requires-Dist: torchvision (>=0.15.2,<0.16.0)
Requires-Dist: tox (>=4.10.0,<5.0.0) ; extra == "dev"
Requires-Dist: transformers (>=4.32.0,<5.0.0)
Requires-Dist: twine (>=4.0.2,<5.0.0) ; extra == "dev"
Requires-Dist: virtualenv (>=20.24.3,<21.0.0) ; extra == "dev"
Description-Content-Type: text/markdown

# aimet-ml


[![pypi](https://img.shields.io/pypi/v/aimet-ml.svg)](https://pypi.org/project/aimet-ml/)
[![python](https://img.shields.io/pypi/pyversions/aimet-ml.svg)](https://pypi.org/project/aimet-ml/)
[![Build Status](https://github.com/aimet-tech/aimet-ml/actions/workflows/dev.yml/badge.svg)](https://github.com/aimet-tech/aimet-ml/actions/workflows/dev.yml)
[![codecov](https://codecov.io/gh/aimet-tech/aimet-ml/branch/main/graphs/badge.svg)](https://codecov.io/github/aimet-tech/aimet-ml)



Python package of frequently used modules for ML developments in AIMET.


* Documentation: <https://aimet-tech.github.io/aimet-ml>
* GitHub: <https://github.com/aimet-tech/aimet-ml>
* PyPI: <https://pypi.org/project/aimet-ml/>
* Free software: MIT


## Features

* TODO

## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [waynerv/cookiecutter-pypackage](https://github.com/waynerv/cookiecutter-pypackage) project template.

