This project focuses on analyzing audio files for signal-to-noise ratio (SNR) analysis. It automates the setup and processing of a sound dataset from Kaggle. This guide will help you configure the environment, download the dataset, and explore audio samples.
This project requires Python 3.10 and uses the Kaggle API for dataset download.Ensure you have a Kaggle account and access to your API key.
- System Packages:
The script installs the following Linux package:
sudo apt-get install tree
- Python Packages
pip install kaggle librosa numpy pandas matplotlib seaborn scipy ipython
- Python Packages from requirments file
pip install -r requirements.txt