This system downloads and analyzes audio from YouTube videos based on view counts.
- Python 3.8+
- FFmpeg installed on your system
- Required Python packages (install using
pip install -r requirements.txt)
-
Install FFmpeg:
- Windows: Download from https://ffmpeg.org/download.html
- Mac:
brew install ffmpeg - Linux:
sudo apt-get install ffmpeg
-
Install Python dependencies: