I know the reputation that AI has on Lemmy, however I’ve found that some users (like myself) have found that LLMs can be useful tools.

What are fellow AI users using these tools for? Furthermore, what models are you using that find the most useful?

  • FaceDeer@fedia.io
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    24 days ago

    I’ve currently got a fancy Python script using that model to scan through 15 years worth of transcripts of audio recordings figuring out what the context and subject matter of the recordings are, so that I can sort and search them. Previously they were just a giant pile of audio files.

    I used WhisperX to transcribe them. The hardest part was getting pip to install WhisperX correctly, everything else has been just routine Python coding.