Skip to content

jason-ni/parakeet-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This rust crate implements inference of Nvidia's new Parakeet-tdt-0.6B v2 model using onnxruntime.

How to run

  1. Clone the repository
git clone https://github.com/jason-ni/parakeet-rs.git
  1. Download onnx model from release page
wget https://github.com/jason-ni/parakeet-rs/releases/download/v0.1.0/parakeet-tdt-0.6b-v2-onnx.tar.gz
tar xvf parakeet-tdt-0.6b-v2-onnx.tar.gz
  1. Run the example
cargo run --example run -- <onnx model dir> true

Advertisement

This project is part of my personal ASR centric application called 听风转录. In this application, I bundled Whisper.cpp/SenseVoice/Parakeet into a single package. Specific in Parakeet, I recently added Parakeet-tdt_ctc-0.6B-ja(Japanese model) and Parakeet-tdt-0.6B-V3(25 European languages model). It supports both Windows and MacOS. You can download it from https://pan.quark.cn/s/15d095d09465

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages