https://github.com/thefloatingstring/crime-prediction
Crime prediction using weather data from MSC Datamart, economic and news-based data.
https://github.com/thefloatingstring/crime-prediction
Last synced: 8 months ago
JSON representation
Crime prediction using weather data from MSC Datamart, economic and news-based data.
- Host: GitHub
- URL: https://github.com/thefloatingstring/crime-prediction
- Owner: TheFloatingString
- Created: 2019-07-09T00:27:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T22:54:12.000Z (almost 7 years ago)
- Last Synced: 2025-01-13T08:12:48.005Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage: http://crimeai.herokuapp.com/
- Size: 53.3 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news/classifier.py
Awesome Lists containing this project
README
# crime-prediction

**METEOHACK PROJECT**
CrimeAI uses real-time weather data, news articles and economic indicators to effectively predict the severity of possible crime in the metropolitan area of Montreal. On an hourly basis, our application pulls a plethora of climate data from the MSC Datamart, extracts economic standards from the NASDAQ API, and web crawls the latest relevant news articles from CBC Montreal. Our cutting-edge deep learning models then analyze these three sources of data to gauge the risk of critical criminal activity in all 31 police neighbourhoods in Montreal. The outputs are then visualized in an interactive heat map on our web application.
CrimeAI is accessible at http://crimeai.herokuapp.com/ .