diff options
| author | yum <yum.food.vr@gmail.com> | 2023-12-20 22:38:24 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-12-20 22:38:24 -0800 |
| commit | ca55539295c6d533f0d38ed579483555390cde9b (patch) | |
| tree | 03fc8aa015e653d7840a33c3977a4df1b9a6e043 /requirements.txt | |
Initial commit
Check in a shit ton of code.
Most of the audio processing logic in `app.py` is lifted/ported from
github.com/yum_food/TaSTT. I made some adjustments to make it work
better (removing normalization, adding volume filters) and also increase
fidelity.
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..79d8212 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +ctranslate2 +numpy +pyaudio +pydub +onnxruntime + |
