YouTubeTranscript.com

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • YouWhisper

    Convert YouTube videos to text using openai/whisper

  • I built similar tool recently using OpenAI Whisper:

    https://huggingface.co/spaces/sensahin/YouWhisper

  • glancer

    Glance over some technical videos

  • I had a huge backlog of tech videos, so I wrote me this (also to play a bit with Haskell, the base idea can be replicated easily in any language though): https://github.com/rberenguel/glancer

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • whisper.cpp

    Port of OpenAI's Whisper model in C/C++

  • This script for whisper.cpp works really well

    https://github.com/ggerganov/whisper.cpp/blob/master/example...

  • web-align-audio-text

    Ramayana audio/text alignment website

  • This is a great idea; I had done something like this a couple of years ago for some specific set of videos (e.g. https://shreevatsa.net/tex/program/videos/s10/ — compare with https://youtubetranscript.com/?v=_0Cv1G_s4gQ for the same video), but never got around to making it general; glad someone has done it. It takes just a few lines of Javascript, using the Youtube API, to do this i.e. keeping the video and text in sync (just view source on either page to see the JS at the bottom).

    Something like this can also help with audio recordings (generating the alignment automatically is called "forced alignment" and there are tools like "aeneas" for this). In case anyone's interested or wants to help (for Sanskrit texts): see https://github.com/shreevatsa/web-align-audio-text deployed at https://shreevatsa.net/ramayana/sarga/ and better version at https://github.com/avinashvarna/audio_alignment deployed at https://avinashvarna.github.io/audio_alignment/

  • audio_alignment

    Align various Sanskrit texts and audio

  • This is a great idea; I had done something like this a couple of years ago for some specific set of videos (e.g. https://shreevatsa.net/tex/program/videos/s10/ — compare with https://youtubetranscript.com/?v=_0Cv1G_s4gQ for the same video), but never got around to making it general; glad someone has done it. It takes just a few lines of Javascript, using the Youtube API, to do this i.e. keeping the video and text in sync (just view source on either page to see the JS at the bottom).

    Something like this can also help with audio recordings (generating the alignment automatically is called "forced alignment" and there are tools like "aeneas" for this). In case anyone's interested or wants to help (for Sanskrit texts): see https://github.com/shreevatsa/web-align-audio-text deployed at https://shreevatsa.net/ramayana/sarga/ and better version at https://github.com/avinashvarna/audio_alignment deployed at https://avinashvarna.github.io/audio_alignment/

  • yt-whisper

    Using OpenAI's Whisper to automatically generate YouTube subtitles

  • Or even better, yt-whisper, which uses OpenAI's Whisper speech to text. I guess it'd be better to first check whether the video has captions first before Whispering, so maybe both your command and this one could be used together.

    https://github.com/m1guelpf/yt-whisper

  • ChatGPT-YouTube-summarizer

    This Chrome extension lets you summarize YouTube videos using the ChatGPT.

  • I see your transcript, and I raise you my ChatGPT summarized transcript extension!

    https://github.com/ricklamers/ChatGPT-YouTube-summarizer

    All jokes aside, I love the automated transcripts from YouTube. Videos are just so inefficient to consume as a format.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • gentle

    gentle forced aligner

  • Thank you!

    Yes, exactly. We do forced alignment when you edit your transcript. The new words don't have any timestamps, so we need to align them. For short sections we use interpolation. If we need align whole sections we use Gentle[^1].

    [^1]: https://github.com/lowerquality/gentle

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • [P] Transcribe any podcast episode in just 1 minute with optimized OpenAI/whisper

    4 projects | /r/MachineLearning | 6 Nov 2022
  • Built this app to generate subtitles, summaries, and chapters for videos, all self-hostable with a single Docker image

    3 projects | /r/selfhosted | 28 Mar 2023
  • Show HN: QuickVid 2 – Summarize and Fact-Check YouTube Videos in Seconds

    2 projects | news.ycombinator.com | 1 May 2024
  • Show HN: Summarize YouTube videos under 10 seconds

    1 project | news.ycombinator.com | 29 Apr 2024
  • Show HN: I created automatic subtitling app to boost short videos

    1 project | news.ycombinator.com | 9 Apr 2024