Skip to content

Opinionated-whispers unveils the whimsical side of AI by revealing the Whisper model's unexpected 'personal opinions' on music. Discover the humorous intersection of technology and melody as we explore what happens when an advanced audio transcription AI becomes a music critic.

Notifications You must be signed in to change notification settings

vlaminckaxel/opinionated-whisper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unveiling the Whisper Model's Secret Critique: The Unintended Musical Review

Overview

In a surprising twist, the Whisper model, celebrated for its powerful audio transcription skills, has seemingly disclosed its own "musical tastes." Assigned the job of transcribing audio from a music video, the model churned out an odd, repetitive transcript that appeared to pass judgment on the music in question. This repository is home to the code and approach we used to unearth this humorous oddity.

The Discovery

The Whisper model's output for the track "Lose control" by Teddy Swims was as follows:

 I'm not a fan of the song, but I'm not a fan of the song. I'm not a fan of the song, but I'm not a fan of the song. Something's gotta hold on me lately. No, I don't know myself anymore. Feels like the walls are all closing in, and the devil's not can at my door. How do my mind have many times?

How to replicate our findings

To replicate our findings or explore the Whisper model's "opinions" on other tracks, follow these steps:

Prerequisites

Ensure you have Python 3.8 or newer installed on your system.

Setup

Clone this repository to your local machine. Navigate to the repository's root directory in your terminal. Create a virtual environment, activate it, and install the required packages by running the following commands:

python -m venv .venv
source .venv/bin/activate  # For Windows, use .venv\Scripts\activate
pip install -r requirements.txt

Reproduce the Discovery

python whisper_youtube_transcriber.py "https://www.youtube.com/watch?v=GZ3zL7kT6_c"

Explore Further

Feel free to experiment with other tracks and share your findings with us. We'd love to hear what the Whisper model has to say about your favorite songs!

python whisper_youtube_transcriber.py "<URL>"

About

Opinionated-whispers unveils the whimsical side of AI by revealing the Whisper model's unexpected 'personal opinions' on music. Discover the humorous intersection of technology and melody as we explore what happens when an advanced audio transcription AI becomes a music critic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages