Skip to content

AI-Driven Crime Forecasting Across Indian States — A pioneering machine learning project that harnesses time series modeling (SARIMAX, Ridge Regression) to uncover patterns and forecast crime trends using real-world multi-state temporal and socio-economic data.

Notifications You must be signed in to change notification settings

Swarnim1812/Crime_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crime Data Analysis Website

Necessary packages to install:

  1. Flask
  • pip install Flask
  1. Google Spreadsheets
  • pip install gspread oauth2client

Steps to run code:

  1. Download repository.
  2. Open app.py in VS code.
  3. Use ctrl+shift+P to select python interpreter.
  4. Run app.py
  5. When server is initialized, copy link and paste in your web browser

Points to remember for developers:

  • All .html files are to be kept in templates folder
  • All associated static files like .css, .js and images are to be kept in static folder.
  • Paths are to be mentioned like this:
<link rel="stylesheet" href="{{url_for('static',filename='index.css')}}"> 

About

AI-Driven Crime Forecasting Across Indian States — A pioneering machine learning project that harnesses time series modeling (SARIMAX, Ridge Regression) to uncover patterns and forecast crime trends using real-world multi-state temporal and socio-economic data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •