Metadata-Version: 2.4
Name: pyassi
Version: 0.0.1
Summary: Acoustic source separation and investigation
Project-URL: Homepage, https://gitlab.com/acousticlab/assi
Project-URL: Issues, https://gitlab.com/acousticlab/assi/-/issues
Author-email: Igor Lobanov <lobanov.igor@gmail.com>
License-File: LICENSE
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Requires-Dist: fastapi[standard]>=0.122.0
Requires-Dist: jinja2>=3.1.6
Requires-Dist: jsonargparse[signatures]>=4.43.0
Requires-Dist: matplotlib>=3.7.5
Requires-Dist: networkx>=3.4.2
Requires-Dist: numpy>=1.24.4
Requires-Dist: omegaconf>=2.3.0
Requires-Dist: pandas>=2.3.3
Requires-Dist: pydantic>=2.12.4
Requires-Dist: rich>=13.9.4
Requires-Dist: scikit-learn>=1.7.2
Requires-Dist: scipy>=1.10.1
Requires-Dist: soundfile>=0.13.1
Requires-Dist: ssspy>=0.2.0
Provides-Extra: clearml
Requires-Dist: clearml>=2.0.2; extra == 'clearml'
Provides-Extra: lightning
Requires-Dist: lightning[extra]>=2.5.6; extra == 'lightning'
Provides-Extra: nflows
Requires-Dist: nflows>=0.14; extra == 'nflows'
Description-Content-Type: text/markdown

# ASSI

## Description
Acoustic sources separation and investigation.

## Installation
Currently only development mode can be used.
See [CONTRIBUTING.md][CONTRIBUTING.md].

## Usage
See `docs` folder for usage examples.

## Contributing
See [CONTRIBUTING.md][CONTRIBUTING.md].

## License
See [LICENSE][LICENSE].

## Project status
The project is currently under development.

[CONTRIBUTING.md]: https://gitlab.com/acousticlab/assi/-/blob/main/CONTRIBUTING.md
[LICENSE]: https://gitlab.com/acousticlab/assi/-/blob/main/LICENSE