summaryrefslogtreecommitdiff
path: root/parakeet-rs/Cargo.toml.orig
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2025-12-21 01:27:02 +0000
committersoryu <soryu@soryu.co>2025-12-23 14:47:18 +0000
commit3c696cfc9005e73be5ed46f8941dfc8f0aca7102 (patch)
tree497bffd67001501a003739cfe0bb790502ffd50a /parakeet-rs/Cargo.toml.orig
parent55cacf6e1a087c0fa6950a1ddeb09060f787e541 (diff)
downloadsoryu-3c696cfc9005e73be5ed46f8941dfc8f0aca7102.tar.gz
soryu-3c696cfc9005e73be5ed46f8941dfc8f0aca7102.zip
Create container image and move parakeet fork to vendor dir
Diffstat (limited to 'parakeet-rs/Cargo.toml.orig')
-rw-r--r--parakeet-rs/Cargo.toml.orig54
1 files changed, 0 insertions, 54 deletions
diff --git a/parakeet-rs/Cargo.toml.orig b/parakeet-rs/Cargo.toml.orig
deleted file mode 100644
index 4d91e18..0000000
--- a/parakeet-rs/Cargo.toml.orig
+++ /dev/null
@@ -1,54 +0,0 @@
-[package]
-name = "parakeet-rs"
-version = "0.2.5"
-edition = "2021"
-authors = ["altunenes"]
-description = "Fast ASR & Speaker Diarization with NVIDIA Parakeet via ONNX"
-repository = "https://github.com/altunenes/parakeet-rs"
-license = "MIT OR Apache-2.0"
-keywords = ["speech-recognition", "asr", "parakeet", "onnx", "nvidia"]
-categories = ["multimedia::audio", "science"]
-
-[lib]
-name = "parakeet_rs"
-path = "src/lib.rs"
-
-[[example]]
-name = "transcribe"
-path = "examples/transcribe.rs"
-
-[[example]]
-name = "diarization"
-path = "examples/diarization.rs"
-
-[[example]]
-name = "raw"
-path = "examples/raw.rs"
-
-[[example]]
-name = "streaming"
-path = "examples/streaming.rs"
-
-[dependencies]
-ort = { version = "2.0.0-rc.10", features = ["download-binaries"] }
-hound = "3.5"
-eyre = "0.6"
-ndarray = "0.16"
-tokenizers = "0.20"
-serde = { version = "1.0", features = ["derive"] }
-serde_json = "1.0"
-rustfft = "6.4"
-
-[dev-dependencies]
-
-[features]
-default = ["cpu"]
-cpu = []
-cuda = ["ort/cuda"]
-tensorrt = ["ort/tensorrt"]
-coreml = ["ort/coreml"]
-directml = ["ort/directml"]
-rocm = ["ort/rocm"]
-openvino = ["ort/openvino"]
-webgpu = ["ort/webgpu"]
-sortformer = [] \ No newline at end of file