This project was created for a research study. For anyone who hope to use some of the code, please cite the project with
Luntian Mou, Jueying Li, Juehui Li, Feng Gao, Ramesh Jain, Baocai Yin. MemoMusic: A Personalized Music Recommendation Framework Based on Emotion and Memory. IEEE 4th International Conference on Multimedia Information Processing and Retrieval (MIPR), Sept. 2021, DOI: 10.1109/MIPR51284.2021.00064
- Please first go to https://nodejs.org/en/ to download node of your version.
- Before running change your baseUrl in config.json in src folder to the url of your backend.
- Download the project, and use terminal to go to your folder. (the last command should be
cd musicEmoAnalysis
) - Use
npm start
to run the project.