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

https://github.com/egorsmkv/marblenet-inference

Inference code for Frame MarbleNet (VAD from NeMo)
https://github.com/egorsmkv/marblenet-inference

marblenet ml nemo nvidia speech vad voice-activity-detection

Last synced: 9 months ago
JSON representation

Inference code for Frame MarbleNet (VAD from NeMo)

Awesome Lists containing this project

README

          

# MarbleNet inference

[![CI pipeline](https://github.com/egorsmkv/marblenet-inference/actions/workflows/ci.yml/badge.svg)](https://github.com/egorsmkv/marblenet-inference/actions/workflows/ci.yml)

This repo contains workable code to run NeMo's model that does Voice Activity Detection.

## Install

```bash
uv venv --python 3.12

source .venv/bin/activate

uv pip install -r requirements.txt
uv pip install -r requirements-dev.txt
```

## Testing

See the VAD pieces in a file:

```bash
python inference.py
```

## Misc

See the VAD pieces in a file:

```bash
python view_rttm.py rttm_outputs/audio_file.rttm
```