Metadata-Version: 2.4
Name: dora-funasr
Version: 0.0.0
Summary: dora-funasr
Author-email: Your Name <email@email.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: dora-rs>=0.3.9
Requires-Dist: funasr
Requires-Dist: torch>=2.5.1
Requires-Dist: torchaudio>=2.5.1

# dora-funasr

## Getting started

- Install it with uv:

```bash
uv venv -p 3.11 --seed
uv pip install -e .
```

## Contribution Guide

- Format with [ruff](https://docs.astral.sh/ruff/):

```bash
uv pip install ruff
uv run ruff check . --fix
```

- Lint with ruff:

```bash
uv run ruff check .
```

- Test with [pytest](https://github.com/pytest-dev/pytest)

```bash
uv pip install pytest
uv run pytest . # Test
```

## YAML Specification

## Examples

## License

dora-funasr's code are released under the MIT License
