One of the biggest problems guitarists face is reading sheet music. Simplifying this to midi files are much easier. That's where our program, Supertabs, comes in. Supertabs converts pdf files of sheet music into midi files, without the user needing to do it manually. The frontend was done with html. The backend had a basic framework of python, with use integrating in the audiveris AI. The biggest challenge of the project was the actual converting. A workaround we found was to convert the pdf file into an xml file, then convert the xml file into a midi file. However, converting the pdf into an xml file was much harder than expected, with us spending hours trying to work around this error. Despite the amount of time this took, we are proud of the project we put out. We learned many skills relating to html, and integrating AI into vscode.
Log in or sign up for Devpost to join the conversation.