Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 724 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 724 Bytes

LA Crime Tracker

This project aims to use data from LA Crime database to predict crime hot spots for tourists and commuters.

Front-end

This repo is the front end component for team Transformer's project for DataHack 2018. It was written with Angular 6 and utilizes Google Maps API for route retrievals.

Data Set

Data set were taken from Los Angels Open Data portal: https://data.lacity.org/A-Safe-City/Crime-Data-from-2010-to-Present/y8tr-7khq

Running

  • Clone this repo from Github.
  • Install dependencies: npm install
  • Run project: npm start
  • Go to http://localhost:4200/crime to see all crime hot spots with given filter and http://localhost:4200/user to see all crime hot spots on a given route.