-
Notifications
You must be signed in to change notification settings - Fork 1
/
instructions.txt
32 lines (22 loc) · 955 Bytes
/
instructions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
mkdir CPP-whisper
cd CPP-whisper
python -m venv venv
venv\Scripts\activate
ORIGINAL WHISPER.CPP https://github.com/ggerganov/whisper.cpp
---
MODELS already quantized:
https://huggingface.co/ggerganov/whisper.cpp/tree/main
https://ggml.ggerganov.com/
Choose one of ['tiny.en', 'tiny', 'base.en', 'base', 'small.en', 'small', 'medium.en', 'medium', 'large-v1', 'large']
https://github.com/jonghwanhyeon/python-ffmpeg/tree/main
https://python-ffmpeg.readthedocs.io/en/latest/api/
pip install whisper-cpp-pybind #good for pytho 3.10
pip install python-ffmpeg
winget install "FFmpeg (Essentials Build)"
pip install streamlit==1.34.0
wget https://github.com/ggerganov/whisper.cpp/raw/master/samples/jfk.wav -Outfile jfk.wav
from https://github.com/sphantix/whisper-cpp-pybind
pip install whisper-cpp-pybind #good for pytho 3.10
---
Saving models to: C:\Users\FabioMatricardi\.ggml-models
Downloading ggml-tiny.bin...