yt-whisper icon indicating copy to clipboard operation
yt-whisper copied to clipboard

Using OpenAI's Whisper to automatically generate YouTube subtitles

Results 23 yt-whisper issues
Sort by recently updated
recently updated
newest added

Hi, nice project!! Do you know how to run this on local .mp4 files? Is there a command I could use? Nothing was mentioned in your readme. Thanks in advance!...

line 8, in sys.exit(main()) File "/Users/wesley/miniconda3/lib/python3.9/site-packages/yt_whisper/cli.py", line 49, in main result = model.transcribe(audio_path, **args) File "/Users/wesley/miniconda3/lib/python3.9/site-packages/whisper/transcribe.py", line 84, in transcribe mel = log_mel_spectrogram(audio) File "/Users/wesley/miniconda3/lib/python3.9/site-packages/whisper/audio.py", line 111, in log_mel_spectrogram audio...

Closes #11 chocies: `cuda`, `cpu` ```bash yt_whisper "https://www.youtube.com/watch?v=dQw4w9WgXcQ" --device cpu yt_whisper "https://www.youtube.com/watch?v=dQw4w9WgXcQ" --device cuda ``` If `--device` is not provided, default will be cuda if available else cpu (as implemented...

First of all, thanks for making `yt-whisper`. I have almost zero knowledge with docker, but tried with the following `Dockerfile`: ``` ARG BASE=python:3.10 FROM ${BASE} RUN mkdir -p /output RUN...

``` base ❯ yt_whisper 'https://www.youtube.com/watch?v=dQw4w9WgXcQ' 100%|███████████████████████████████████████| 461M/461M [00:26

* Whisper package name is changed to openai-whisper

WARNING: Generating metadata for package whisper produced metadata for project name openai-whisper. Fix your #egg=whisper fragments. Discarding git+https://github.com/openai/whisper.git@main#egg=whisper: Requested openai-whisper from git+https://github.com/openai/whisper.git@main#egg=whisper (from yt-whisper==1.0) has inconsistent name: expected 'whisper', but...

PS F:\yongqi\project> pip install git+https://github.com/m1guelpf/yt-whisper.git Looking in indexes: http://pypi.douban.com/simple Collecting git+https://github.com/m1guelpf/yt-whisper.git Cloning https://github.com/m1guelpf/yt-whisper.git to c:\users\anbaobu\appdata\local\temp\pip-req-build-gh43evvc Running command git clone --filter=blob:none --quiet https://github.com/m1guelpf/yt-whisper.git 'C:\Users\anbaobu\AppData\Local\Temp\pip-req-build-gh43evvc' Resolved https://github.com/m1guelpf/yt-whisper.git to commit 0190e7e3cdafb015b1325e30e80e558af7d7c57f Preparing metadata...