Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Music generation #751

Merged
merged 7 commits into from
Jun 13, 2024

Conversation

Soubeer
Copy link
Contributor

@Soubeer Soubeer commented Jun 1, 2024

In this project, I developed a music generation model to create new musical compositions. By training the LSTM model on a dataset of MIDI files, it learns the sequences and patterns inherent in the music. This enables the model to generate original music pieces that mimic the style and structure of the training data, showcasing the potential of networks in creative applications such as automated music composition and music style emulation.

It uses the GTZAN dataset , which is very useful and effective in this scenario, it is very large in size hence cannot be added to a repo but anyone can access it from
https://www.kaggle.com/datasets/andradaolteanu/gtzan-dataset-music-genre-classification

It gives out generated music according to personal preference and likings of the user keeping in mind the qualities that the user demands.

Fixes#551

@Soubeer
Copy link
Contributor Author

Soubeer commented Jun 4, 2024

@invigorzz313 can you check this PR? Its done

@Niketkumardheeryan
Copy link
Owner

Hi @Soubeer ,great work but try to use more cells for writing your code and use h2 heading for readable code in your .ipynb .
ANd add result in you reame.md file

@Soubeer
Copy link
Contributor Author

Soubeer commented Jun 5, 2024

@Niketkumardheeryan Sir, the code is labelled with comments at every cell..if I break it more , it will be more confusing to understand.

and for the results,it is in audio format, so it cannot be inserted in readme but is present immediately at position when the .ipynb file is opened.

@Soubeer
Copy link
Contributor Author

Soubeer commented Jun 9, 2024

@Niketkumardheeryan can you check my task pls ? I have provided the reasons for the changes you asked me.

@Niketkumardheeryan
Copy link
Owner

@Soubeer you can use a cell for particular functions and comment accordingly,
And please download generated sound and attach in readme,

@Soubeer
Copy link
Contributor Author

Soubeer commented Jun 10, 2024

@Niketkumardheeryan Made both the changes-Made different cells for diff functions but had to keep the classes together else they wont work..but both have comments.

Added audio files in MOV format in readme

@Niketkumardheeryan Niketkumardheeryan merged commit a0a780e into Niketkumardheeryan:master Jun 13, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants