Inspiration

If you have tried to create a karaoke video for an office party or just to have fun with friends and realised you've spent more time removing unwanted content and still not sure you got all out. This tool was made for you.

Clean Music Maker is a prototype online tool that helps users make music clean. The tool achieves this by analysing the lyrics of your music using Expert AI Information Detection APIs to identify any lyrics that may be considered offensive to listeners.

What it does

How we built it

  1. The music content which is the lyrics is analysed by first splitting the content into multiple sentences. This is done by passing the content as a request to the Document Analysis API which returns a list of sentences representing each line from the music lyrics.

  2. The sentences are then passed as a request to the Information Detection API for hate speech analysis. This API analyses the content of each line and returns a response which provides information on the content of the lyric.

  3. The result of the analysis is displayed to the user with problematic content highlighted for the user auditing.

Accomplishments that we're proud of

Playing with the Information Detection APIs and completing the online tool.

What we learned

Information Detection and Document Analysis.

What's next for Clean Music Maker

Making the tool open source and keeping it online so user can audit their lyrics with it.

Built With

Share this project:

Updates