Skip to content

Jupyter Notebooks

Overview

The Jupyter notebooks included in this project are designed for data exploration and model training. They provide an interactive environment where you can test different approaches and visualize the results.

Available Notebooks

  • EDA.ipynb: Explore the raw audio data, visualize waveforms, spectrograms, and MFCCs.
  • Model_Training.ipynb: Build and train machine learning models for audio processing.

How to Use

  1. Set Up Your Environment:
  2. Ensure that you have all dependencies installed by running pip install -r requirements.txt.
  3. Start Jupyter with the command jupyter notebook.

  4. Open a Notebook:

  5. Navigate to the notebooks/ directory.
  6. Open EDA.ipynb to start exploring the data or Model_Training.ipynb to begin training models.

  7. Run Cells:

  8. Execute code cells by selecting them and pressing Shift + Enter.
  9. Modify parameters as needed to experiment with different settings.

  10. Save Your Work:

  11. Don’t forget to save your notebook regularly. You can also export it as HTML or PDF for sharing.

Explore the notebooks to get hands-on experience with the data and the models!