This is the first of what I intend to be a running set of notes on tools and workflows from my research.
I have just released an update to a tool I built several months ago. Originally designed to parse Wikipedia and IMSLP in order to identify composers whose works are in the public domain within the EU, it now includes a number of substantial additions.
New Features and Improvements
- PublicDomainSheetMusicFinder.ipynb: Code optimization and refactoring for improved performance and readability.
- imslp_extract.ipynb: Newly added notebook to parse all available scores for a selected composer from the IMSLP database.
- llm_parse.ipynb: Experimental notebook for parsing, summarizing, and answering questions about a selected composer based on their Wikipedia article. This notebook utilizes local running large language models provided in LM Studio.
For those interested in exploring these updates, the updated project is available on my GitHub: PublicDomainSheetMusicFinder
Stay tuned for more updates!