Skip to content

PranjalGupta2199/crime-analysis-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crime Analysis Report

A comprehensive study of crime occurrences in India
Dataset source - https://data.gov.in/

Getting Started

  • Install the following packages on your system:
    • Python (>= 3.7.4)
    • Pip
    • Pipenv

Dependencies

  • Pandas
  • Numpy
  • Seaborn
  • Matplotlib
  • pyshp

Installation

  • Clone the repository:
$ git clone https://github.com/PranjalGupta2199/crime-analysis-report.git
$ cd crime-analysis-report/
  • Intialise the virtual environment:
$ pipenv shell
$ pipenv install
  • Start the jupyterlab server:
$ jupyter notebook
  • If you are running the codebase for the first time, run "data_aggregation.ipynb" file. This file will save a binary preprocessed data which is used by most of the notebooks in our repo.
  • Close the server using Ctrl + c

Authors