Skip to content

AllenThomasDev/LyricVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LyricVisualizer

This is essentially a clone of SongSim which is an online tool created by Colin Morris

This was built entirely in Python and is hosted here

It creates a self-similarity matrix using text. Using a list of words (from a song lyrics) it creates an nxn matrix where (i,j) is filled when the ith word is the same as the jth word.

This can be used to visualize lyrical themes.

Example

This is an example image provided by Colin Morris on his site

While SongSim has a lot of features, there are some that it lacks -

  1. Users cannot 'search' for songs, they have to manually copy and paste a lyrics in case the song they want to visualize is not in the examples
  2. The heatmap is static, users cannot zoom or filter

LyricViz tries to eliminate these issues.

There is a dropdown with a few example songs as well as a 2 search options-

  1. Users can search by Artist Name and Song Name
  2. In case of an error they can also manually enter a url.

Currently the data is scraped from MetroLyrics, so users have to enter a metrolyrics link.

The chart is built using Dash, so it is dynamic as well as interactive. Currently,the chart is a type of a scatter chart but in coming versions it will changed to a more suitable heatmap.

About

Dash App to visualize the repetition and frequency of words in a song. [SongSim clone]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors