Music Genre Classification System using Deep Learning Part-4 | Audio Data Preprocessing Part-1

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Hello and Welcome guys
    In this project, we'll learn how to make a powerful deep-learning model for 10 different classes of music audio
    In this video, we'll split audio into chunks and see the advantage of chunking audio
    This is Part 1 of Audio Data Preprocessing
    Later in the upcoming video of this playlist, we will tackle and implement the entire project step by step
    #imageclassification #convolutionalneuralnetworks #audioclassification
    #deeplearning #datascienceprojects #machinelearning #musicgenre #featureengineering #audiofeatureextraction
    Playlist Link: • Music Genre Classifica...
    Project Link: github.com/ani...
    Trained Model file (h5/keras) :
    drive.google.c...
    Dataset Link:
    www.kaggle.com...

Комментарии • 6

  • @govindgk7
    @govindgk7 3 месяца назад +1

    amazing 👍👍

    • @SPOTLESSTECH
      @SPOTLESSTECH  3 месяца назад +1

      Thanks for your valuable feedback

  • @fanclub7646
    @fanclub7646 2 месяца назад +1

    Hey in Test_music_genre after running the cell
    #Loading Model
    model = tf.keras.models.load_model("Trained_model.keras")
    I'm getting an error that says:
    AttributeError: 'Adam' object has no attribute 'build'.
    How to rectify it?

    • @SPOTLESSTECH
      @SPOTLESSTECH  2 месяца назад

      Try with tensorflow v2.15

    • @fanclub7646
      @fanclub7646 2 месяца назад +1

      Can you share/ upload the streamlit code in GitHub link?

    • @SPOTLESSTECH
      @SPOTLESSTECH  2 месяца назад

      Not build yet will make web app while recording for this series
      Then will upload