rahulkgupta / bandhype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This project was done as part of my Big Data class. It depicts the popularity of bands across time and location use tweets that include a band name and a geotag. There are various insights gained from combining time, location, and bands.

  • You can see a band go on tour, as certain locations tweet a band's name far more than other locations.
  • You can see which bands are the most popular within a specific location and see how that changes over time, as new songs come out and bands come to perform.
  • You can see which locations a band is more popular in, thereby predicting the best locations for performances.

Install Instructions

For running the django server, you'll need to do the following.

Install venv.

Use the command: source venv/bin/activate

The packages needed can be found and edited in requirements.txt

Use pip (or sudo pip) install -r requirements.txt

Then, you're good to go with django.

About


Languages

Language:CSS 45.2%Language:Python 33.4%Language:JavaScript 20.5%Language:C 1.0%