abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
342 stars 294 forks source link

Automatic Music Generation #879

Closed PradnyaGaitonde closed 1 month ago

PradnyaGaitonde commented 1 month ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title :
Automatic Music Generation :red_circle: Aim :
Automatic music generation involves creating a system that can compose short pieces of music using parameters such as pitch, notes, chords, and tempo. This project uses Long Short Term Memory (LSTM) networks, a type of Recurrent Neural Network (RNN), to generate music, focusing on classical piano compositions. :red_circle: Dataset :
https://www.kaggle.com/datasets/soumikrakshit/classical-music-midi :red_circle: Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any model.


šŸ“ Follow the Guidelines to Contribute in the Project :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :


Happy Contributing šŸš€

All the best. Enjoy your open source journey ahead. šŸ˜Ž

github-actions[bot] commented 1 month ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! šŸ˜Š

abhisheks008 commented 1 month ago

LSTM is one of those finest models for this kind of problem statement, apart from LSTM what are the other models you are planning to implement here? As you need to mention at least 3 models in your approach for taking any issue.

@PradnyaGaitonde

PradnyaGaitonde commented 1 month ago

@abhisheks008 I am planning to implement WaveNet model which would provide superior results in generating raw audio waveforms and Multi-layer LSTM as well for ABC Sheet Music to transform the problem into an NLP task, resulting in improved music generation performance.

abhisheks008 commented 1 month ago

Assigned @PradnyaGaitonde. You can go ahead.

github-actions[bot] commented 1 month ago

Hello @PradnyaGaitonde! Your issue #879 has been closed. Thank you for your contribution!