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

Automatic music generation #510

Closed
wants to merge 2 commits into from
Closed

Conversation

pranjall29
Copy link

@pranjall29 pranjall29 commented Aug 4, 2021

Related Issue

Closes: #472

Describe the add-ons or changes you've made

Give a clear description of what have you added or modifications made
This project proposes the use of 2 models, Wavenet and LSTM to generate automatic music. WaveNet takes the chunk of a raw audio wave as an input. Raw audio wave refers to the representation of a wave in the time series domain. Given the sequence of the amplitude values, WaveNet tries to predict the successive amplitude value. Another approach for automatic music generation is based on the Long Short Term Memory (LSTM) model. The preparation of input and output sequences is similar to WaveNet. At each timestep, an amplitude value is fed into the Long Short Term Memory cell – it then computes the hidden vector and passes it on to the next timesteps.
Dataset: https://www.kaggle.com/anubhavjin/midi-data-containing-melodies

Type of change

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Describe how it has been tested
Describe how have you verified the changes made

Checklist:

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Screenshots (Only for Front End and UI/UX Designers)

Original Updated
Original Screenshot Updated Screenshot

@welcome
Copy link

welcome bot commented Aug 4, 2021

Hello there! 👋 Welcome to the project! 💖
Thank you and congrats 🎉 for opening your first pull request. Please adhere to our Code of Conduct. 🙌🏻 We will get back to you as soon as we can. 😄

Feel free to get in touch with me through social media handles. Hope to see you there!😄

Copy link
Owner

@prathimacode-hub prathimacode-hub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes to be done:
Project file name should be titled as "music_generation.ipynb
There should be only 1 .ipynb file where you load the dataset, read the dataset, detect outliers, data visualizations, train the data, test the data and using multiple algorithms. This is not sufficient. Use multiple models.
In README.md, add the project description of what this project is, in accuracies you should list out all the models used alog with the accuracy yu had got and then elaborative conclusion. Needs more details. Check on with the README template.
Also there should be a "requirements.txt" file where we list out all the libraries used in this project
Also in the "Dataset" folder, there should be other README.md file where you list out all the attributes used in your project file along with link of dataset.

Kindly do the needful changes. @pranjall29

@prathimacode-hub prathimacode-hub added LGMSOC21 Model Creation Creating the model and fine tuning it labels Aug 5, 2021
@prathimacode-hub
Copy link
Owner

Kindly do the changes. @pranjall29

@prathimacode-hub
Copy link
Owner

Are you doing changes or not? Last date to merge PR's is tomorrow. Else I would have to remove off the label. @pranjall29

@prathimacode-hub
Copy link
Owner

No response and time is up. So label is removed. You can do the changes and submit the work. But won't be counted under LGMSOC program. But still holding PR for this long is not right. I shall wait for 2 more days before I closing this PR. If you want this contribution to be valuable, then complete the PR in given time. @pranjall29

@abhisheks008 abhisheks008 added invalid This doesn't seem right and removed Model Creation Creating the model and fine tuning it labels Aug 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Music Generation Analysis
3 participants