Acoustic fingerprinting for Sample Identification


License
LGPL-3.0
Install
pip install sample-id==0.1.27

Documentation

Sample ID

Build Status Coverage Documentation PyPI PyPI Pythons License

Acoustic fingerprinting for Sample Identification

Features

  • What it do?

Usage

  • TODO

Install

pip install sample-id

Documentation

See https://sample-id.readthedocs.org/en/latest/

Development

pip install poetry
cd sample-id
poetry install

Run

To run cli entrypoint:

poetry run sample_id --help

Tests

poetry run tox

Docker

To run with docker

docker build -t sample_id .
docker run sample_id:latest sample_id --help