Project 01
AI-based Music Plagiarism Detection System for songs using Melody Analysis
Developed an web application where users can upload an music file to detect plagiarism in music file through melody analysis. The system converts music to spectrograms and also extracts melody embeddings using fpalc, uses a CNN model to analyze melody similarities, and returns a similarity percentage using cosine similarity.
