An open API service indexing awesome lists of open source software.

https://github.com/proger/plu

audio-conditional language models are multi-task recognizers and they need tooling
https://github.com/proger/plu

Last synced: 2 months ago
JSON representation

audio-conditional language models are multi-task recognizers and they need tooling

Awesome Lists containing this project

README

          

# plu: audio-conditional language models are multi-task recognizers

.. and they need some tooling

[![PyPI](https://img.shields.io/pypi/v/plu.svg)](https://pypi.org/project/plu/)
[![Changelog](https://img.shields.io/github/v/release/proger/plu?include_prereleases&label=changelog)](https://github.com/proger/plu/releases)
[![Tests](https://github.com/proger/plu/workflows/Test/badge.svg)](https://github.com/proger/plu/actions?query=workflow%3ATest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/proger/plu/blob/master/LICENSE)

## Installation

Install this tool using `pip`:
```bash
pip install plu
```

## Development

To contribute to this tool, first checkout the code. Then create a new virtual environment:

```bash
cd wtok
python -m venv venv
source venv/bin/activate
```

Now install for editing:

```bash
pip install -e .
```