yxuko / nyc-prediction

Home Page:nyc-prediction.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Crime Prediction of New York City


Dataset

This Dataset includes all felonies, misdemeanors and valid infractions reported to the New York Police Department (NYPD) from 2006 to the end of the year 2019. For more details, please see [NYPD Complaint Data Historic] (https://data.cityofnewyork.us/Public-Safety/NYPD-Complaint-Data-Historic/qgea-i56i).

Installation

Frontend

  • Install dependencies
yarn install
  • Check backend API address in src/constants/index.jsx
  • Launch App.
yarn start

Backend

pip install -r requirements.txt
  • Launch App.
python app.py

Visualization

The Visualization is available [here] (https://nyc-prediction.vercel.app/).

About

nyc-prediction.vercel.app


Languages

Language:JavaScript 96.1%Language:Python 2.7%Language:HTML 0.9%Language:SCSS 0.2%Language:CSS 0.1%