whisper-local-transcribe icon indicating copy to clipboard operation
whisper-local-transcribe copied to clipboard

Updated requirements.txt for non-anaconda users

Open jerik opened this issue 10 months ago • 1 comments

Just for Information. With this requiremets.txt could I run your project without the need for anaconda.

openai-whisper
customtkinter
colorama
# modules needed for no anaconda installations. I'am using only pip
# Python 3.12.8 on macOS 13.7.1
torch 
torchvision
typing_extensions
tqdm
numpy<2.0.0
tiktoken
regex
numba
llvmlite
packaging
darkdetect

jerik avatar Jan 19 '25 17:01 jerik

Hi there! As long as you can install ffmpeg in your system, and you have the required dependencies, you should be able to use it without anaconda. See here https://www.ffmpeg.org/download.html

soderstromkr avatar Feb 04 '25 09:02 soderstromkr