Proving the Dead Internet Theory by automating intelligent YouTube comments
CommentBot is a project designed to explore the "Dead Internet Theory" by creating a bot that can automatically comment on YouTube videos with relevant and meaningful statements. The bot combines several advanced technologies to achieve this, using YT-DLP for video/audio extraction, OpenAI's Whisper for transcription, and the LLaMA model for generating insightful comments from transcribed content.
With this project, we aim to show how AI can simulate intelligent interaction, blurring the lines between automated systems and human activity online.
-
YouTube Video Download (YT-DLP)
CommentBot starts by downloading YouTube videos (or audio) using YT-DLP. YT-DLP extracts video/audio content and converts it into an MP3 format, suitable for transcription. -
Audio Transcription (OpenAI Whisper)
After downloading the video/audio, OpenAI Whisper transcribes the MP3 audio into text. Whisper is a state-of-the-art speech-to-text model that handles a wide variety of languages and complex audio environments. -
Generating Comments (LLaMA)
The text transcription is then fed into LLaMA, an advanced language model that generates contextually relevant YouTube comments based on the content of the video.
- Python 3.8+
yt-dlp(YouTube Downloader)openai-whisper- LLaMA model setup
- ffmpeg (for audio processing)
git clone https://github.com/alexsio03/CommentBot.git
cd CommentBotpip install -r requirements.txtpython3 bot.pyThen open comment.txt and see how it did.