Skip to content

aggelostais/ai-music-generation-survey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Music Generation Survey

Take the Survey!

Introduction

Welcome to our AI Piano Music survey! This is a part of Piano Music Generation research project for my Master's Thesis, aiming to create new and innovative ways to generate piano music using Artificial Intelligence. Our goal is to create music that is both expressive and emotionally engaging, and we need your help to make it even better.

About the Survey

The survey is designed to gather feedback about the quality of the piano music generated by our AI models. It consists of a series of questions and tasks that will help us understand and improve the quality of our AI-generated piano music. You will be listening to a variety of piano songs, some composed by humans and others generated by different AI models. with the task of rating each one and providing valuable feedback.

How to take the survey

To take the survey, simply visit the link and follow the instructions on the page. The survey should take around 5 minutes to complete. It consists of listening to six piano songs human composed or generated by our AI models and answering a series of questions and tasks about each song. After submitting your answers for each song, the page will be refreshed and a new song will start playing. You can always see your progress at the top of the page.

We appreciate your time and effort in taking the survey and helping us make our AI piano music even better. If you have any questions or issues, please reach out to me via email.

How your feedback will be used

Your anonymous feedback will be used to improve the AI model and to generate new and better piano music. We will also use your feedback to understand the factors that affect the perception of the music and to identify areas where our models can be improved.

Technical Specifications

  • Code Source: The survey was built using code from https://github.com/geofila/site and was further developed to include additional features and functionality.
  • Implementation: Flask web framework in Python
  • Storage: The music samples and data collected is stored in Firebase Storage.
  • Deployment: The survey is deployed on Vercel as a Serverless Function. It uses the Web Server Gateway Interface (WSGI) with Flask to enable handling requests on Vercel with Serverless Functions.

Requirements

To run this project on your local machine, you will need to have Python and Flask installed. You will also need to create a Firebase project and connect it to the survey to store the data. A Vercel account is also required for deployment.

Installation

  • Clone the repository to your local machine
git clone https://github.com/aggelostais/ai-music-generation-survey.git
  • Install the required packages
pip install -r requirements.txt
  • Create a Firebase project and connect it to the survey.
  • Replace the Firebase configuration details in the index.py file with your own, creating a config.json configuration file.
  • Run the application.
python index.py

Deployment

Future Developments

  • Add Qualitative Question with predifined options and enable addtional text comments.
  • Add Previous button on introduction modals.
  • Add Finish button & access to the finish modal for futher contribution after 6 songs.
  • Submit button activated only after completing one loop of the song.
  • Optimize page view for mobile devices.