Skip to content

This is the final project for Computer Science and Applications - II course which contains a dashboard displaying ward-level insights from crime data for city of Chicago

Notifications You must be signed in to change notification settings

brinda1410/CAPP_122_Chicago_Crime_Dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chicago Crime Dashboard

Purpose

This is an interactive data visualization dashboard created using Python. It contains 3 tabs:

  1. Crime tab - A histogram displays the frequency of the crime type (selected by a user from the dropdown menu) will show across different wards.
  2. Social Investment tab - A histogram displays the frequency of the type of social capital investment (selected by a user from the dropdown menu) will show across different wards.
  3. Choropleth map - Visualizes the residual error from the multivariate regression of crime incidence on proxies of social investment at ward-level.

Below is a screenshot of the output from the dashboard.

Crime Tab

image

Steps to Replicate

  1. In the terminal bash, clone this project by typing the following command "git clone [email protected]:brinda1410/CAPP_122_Chicago_Crime_Dashboard.git"
  2. Run the command "source install.sh" in the terminal bash
  3. The install.sh will create a virtual environment and install the required packages.
  4. Once the packages are installed, it will open the application automatically.
  5. With the application open, there are 3 options: a) Option 1: Update the data by connecting with the Chicago Data Portal API. b) Option 2: Open the interactive dashboard. c) Option 3: Close the application.
  6. After closing the application, the virtual environment will be removed and the terminal will show a final message "Bye bye!".

About

This is the final project for Computer Science and Applications - II course which contains a dashboard displaying ward-level insights from crime data for city of Chicago

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • Shell 1.5%