Two tasks:
- Task 1: Raga Bhairav melody generation with an LSTM (symbolic, unconditioned).
- Task 2: singing to MIDI transcription with a CRNN (symbolic, conditioned).
workbook.html: both tasks in one notebook, exported to HTML. Open it in a browser.workbook.ipynb: the notebook source.symbolic_unconditioned.mid: generated Bhairav melody (Task 1).symbolic_conditioned.mid: transcription output (Task 2).video_url.txt: link to the presentation video.task1_raga_bhairav/: Task 1 notebook and figures.task2_transcription/: Task 2 notebook, HTML export, and the demo audio.
The notebook runs on Google Colab. Task 2 downloads the MIR-1K dataset and uses a GPU.
Open workbook.ipynb in Colab, run all cells, then export to HTML.