-34
pkgs/misc/deepspeech/default.nix
-34
pkgs/misc/deepspeech/default.nix
···-url = "https://github.com/mozilla/DeepSpeech/releases/download/v${version}/native_client.amd64.cpu.linux.tar.xz";-description = "Open source embedded (offline, on-device) speech-to-text engine, which can run in real time on broad range of devices";
+34
pkgs/tools/audio/stt/default.nix
+34
pkgs/tools/audio/stt/default.nix
···+url = "https://github.com/coqui-ai/STT/releases/download/v${version}/native_client.tf.Linux.tar.xz";+description = "Deep learning toolkit for Speech-to-Text, battle-tested in research and production";
+1
pkgs/top-level/aliases.nix
+1
pkgs/top-level/aliases.nix
···deepin = throw "deepin was a work in progress and it has been canceled and removed https://github.com/NixOS/nixpkgs/issues/94870"; # added 2020-08-31+deepspeech = throw "deepspeech was removed in favor of stt. https://github.com/NixOS/nixpkgs/issues/119496"; # added 2021-05-05
+2
-2
pkgs/top-level/all-packages.nix
+2
-2
pkgs/top-level/all-packages.nix
···streamlit = python3Packages.callPackage ../applications/science/machine-learning/streamlit { };···