GithubHelp home page GithubHelp logo

aichr / yt-whisper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from m1guelpf/yt-whisper

6.0 0.0 1.0 17 KB

Using OpenAI's Whisper to automatically generate YouTube subtitles

License: MIT License

Python 100.00%

yt-whisper's Introduction

Automatic YouTube subtitle generation (A fork from https://github.com/m1guelpf/yt-whisper)

This repository uses yt-dlp and OpenAI's Whisper to generate subtitle files for any youtube video.

Installation

To get started, you'll need Python 3.7 or newer. Install the binary by running the following command:

pip uninstall yt-whisper -y
pip install git+https://github.com/aichr/yt-whisper.git

Need to install ffmpeg first.

Usage

# Transcribe a local video
yt_whisper ~/Downloads/awesome_video.mp4

# Transcribe a Youtube video (default using `small` model)
yt_whisper "https://www.youtube.com/watch?v=dQw4w9WgXcQ"

# Transcribe a Youtube video using a better model (--model is one of `tiny`, `tiny.en`, `base`, `base.en`, `small`, `small.en`, `medium`, `medium.en`, `large`)
yt_whisper "https://www.youtube.com/watch?v=dQw4w9WgXcQ" --model medium

# Adding `--task translate` will translate the subtitles into English:
yt_whisper "https://www.youtube.com/watch?v=dQw4w9WgXcQ" --task translate

# Run the following to view all available options:
yt_whisper --help

License

This script is open-source and licensed under the MIT License. For more details, check the LICENSE file.

yt-whisper's People

Contributors

aichr avatar amitalokbera avatar carlo697 avatar m1guelpf avatar naresharelli avatar nogarcia avatar surajsrivats avatar ztjhz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

econds

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.