| name | parakeet-stt |
|---|---|
| description | Transcribe audio files to text locally using Parakeet via onnx-asr. |
Transcribe local audio files to text using Parakeet STT models through onnx-asr.
| { | |
| { | |
| :name => "root_category_1", | |
| :id => "1", | |
| :parent_category_id => nil, | |
| :children => | |
| { | |
| :name => "child_category_1", | |
| :id => "2", | |
| :parent_category_id => 1, |
| json_data = {sample: parameter} | |
| $.ajax({ | |
| type: 'GET', | |
| url: '/example/url', | |
| data: json_data, | |
| dataType: 'json', | |
| beforeSend: addCsrfToken, | |
| success: function( data ) { | |
| //Do something with data on success; |