Skip to content

Instantly share code, notes, and snippets.

@sin2akshay
Last active October 11, 2018 07:11
Show Gist options
  • Save sin2akshay/6ec55da7eb503bfaa0671652e3f17b48 to your computer and use it in GitHub Desktop.
Save sin2akshay/6ec55da7eb503bfaa0671652e3f17b48 to your computer and use it in GitHub Desktop.
Project Ideas

Analyze Eminem Music Lyrics using Python

  1. Get all the Eminem Songs' Lyrics from AZlyrics.com by web scraping via Python
  2. Save in form of JSON and txt
  3. Create histogram to show most common used words
  4. Use Markov Models to generate a random song from the words

See reference link for more details:
Reference - https://github.com/irenetrampoline/taylor-swift-lyrics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment