Skip to content

Safeways/safeways

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Safeways

alt text Banner by Kathy Zhou (kathyyzhou)

Safeways is a webapp that maps the safest route from one place to another by accounting for recent and frequent crime locations in the University of Illinois at Urbana-Champaign campus area.

Description

Using data provided by the University of Illinois at Urbana-Champaign police department, this web app shows routes from point A to point B that avoid dangerous spots around campus. These spots include places where crime has happened within the last six months as well as places where crimes have happened frequently in the past few years.

Usage

To clone our repository git clone https://github.com/Safeways/safeways.git

Install package dependencies (or install through Pycharm Community) pip install -r requirements.txt

Run (Pycharm Community is recommended) server.py

Navigate to http://127.0.0.1:5000/

If a navigation bar does not appear, clear your browser's cache from the past hour.

Contributors

Safeways is a project made by students in the Fall 2018 CS 196 class at the University of Illinois at Urbana-Champaign and continued outside of class in Spring 2019.

Project members: Hannah Wang (hlwang3), Kathy Zhou (kathyyzhou), Dev Satpathy (devsatpathy), Willy Ling (weikeng2), Melissa Chen (melissachen2000)

Project manager: Kavi Ravuri

Thank you for using Safeways!