A comprehensive study of crime occurrences in India
Dataset source - https://data.gov.in/
- Install the following packages on your system:
- Python (>= 3.7.4)
- Pip
- Pipenv
- Pandas
- Numpy
- Seaborn
- Matplotlib
- pyshp
- 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