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
- Host: GitHub
- URL: https://github.com/proger/plu
- Owner: proger
- License: apache-2.0
- Created: 2024-08-08T07:37:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T07:03:51.000Z (almost 2 years ago)
- Last Synced: 2026-03-07T12:31:26.556Z (3 months ago)
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plu: audio-conditional language models are multi-task recognizers
.. and they need some tooling
[](https://pypi.org/project/plu/)
[](https://github.com/proger/plu/releases)
[](https://github.com/proger/plu/actions?query=workflow%3ATest)
[](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 .
```