Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 443 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 443 Bytes

Rap Lyrics

I had the idea to scrap rap genius in order to perform Latent Dirichlet Allocation (LDA) on an artist's music catalogue. I'll update this as the project develops...

Done

  • Web Scrapper using BeautifulSoup4 to get an artist's music catalogue
  • Re-format the data as a tree for visualization
  • Visualize the data as a tree

To Do's

  • Perform LDA on the artist's corpus
  • Color code the LDA Topics in the app