Crime Rate Prediction Using Facebook Prophet, and a web application using Flask
The dataset was taken from kaggle
Used the dataset with dates between 2005 and 2007, recent years datasets can also be used.
download the dataset, rename it to "crime_rates.csv" and save it in the 'data' folder.
Models made:
- Plain Prophet Model - 96.82% accuracy
- No Outliers Prophet Model - 98.18% accuracy
- With-Holidays Prophet Model - 97.04% accuracy
Front-End Screenshots: