https://brew.sh
To do this, open your terminal and execute the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew update
brew install ffmpeg
Install Git https://git-scm.com/downloads
Install Python https://www.python.org/downloads/
git clone https://github.com/MarkusR1805/whisper-transcribe.git
certifi==2024.12.14
charset-normalizer==3.4.1
ffmpeg-python==0.2.0
filelock==3.16.1
fsspec==2024.12.0
future==1.0.0
idna==3.10
Jinja2==3.1.5
llvmlite==0.43.0
MarkupSafe==3.0.2
more-itertools==10.5.0
mpmath==1.3.0
networkx==3.4.2
numba==0.60.0
numpy==2.0.2
openai-whisper==20240930
psutil==6.1.1
PyQt6==6.8.0
PyQt6-Qt6==6.8.1
PyQt6_sip==13.9.1
regex==2024.11.6
requests==2.32.3
setuptools==75.8.0
six==1.17.0
sympy==1.13.1
tiktoken==0.8.0
torch==2.5.1
tqdm==4.67.1
typing_extensions==4.12.2
urllib3==2.3.0
python -m venv whisper-transcribe
cd whisper-transcribe
source bin/activate
pip install --upgrade pip
pip install -r requirements.txt
python main.py