• Commiejones
    link
    fedilink
    arrow-up
    5
    ·
    5 months ago

    That’s sounds awsome. I have a thing that pulls the latest Mercouris rant and converts it to an mp3 at 2x speed. I got deep seek to make mine though because I don’t know anything about coding. Every few weeks it stops working so I have to go back to deep seek and get it to fix it.

    • ☆ Yσɠƚԋσʂ ☆OP
      link
      fedilink
      arrow-up
      6
      ·
      edit-2
      5 months ago

      lol not having the time to listen to his latest rant was the motivation, I was like I’m curious if he’s got any new juicy tidbits, but I just don’t feel like listening through the whole video

      originally I just used this site to get a transcript https://www.youtranscripts.com/ and then threw it in DeepSeek, and then I was like wait I can totally script this, the script is mostly vibe coded too 🤣

      only downside right now is that whisperx isn’t terribly fast, I’m trying to see if parakeet might work better

      updated to use parakeet, and it’s way faster and realized I can use subtitles when they’re available skipping the need for the transcription step entirely

      • Commiejones
        link
        fedilink
        arrow-up
        2
        ·
        5 months ago

        What if you could get the AI summary to check itself against previous summaries of videos by the same channel? Maybe it could avoid too much brevity on some specifics while avoiding repetition of reoccurring summarized points.

        • ☆ Yσɠƚԋσʂ ☆OP
          link
          fedilink
          arrow-up
          2
          ·
          5 months ago

          yeah you could totally keep history of summaries per channel, and then have it read through them too, definitely lots of opportunities for improvement here

  • Commiejones
    link
    fedilink
    arrow-up
    1
    ·
    5 months ago

    Just had a thought. Maybe you could just snatch the Youtube generated transcript instead.

    • ☆ Yσɠƚԋσʂ ☆OP
      link
      fedilink
      arrow-up
      2
      ·
      5 months ago

      Yeah, the script will try doing that by default now, and if it can’t then it falls back to transcribing the audio. Also switched to parakeet from whisperx cause it’s way faster.