https://github.com/swarnim1812/crime_project
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.
https://github.com/swarnim1812/crime_project
analytics crime-locator crime-prediction data-analysis deep-learning machine-learning prophet-facebook sarimax-model time-series-forecasting
Last synced: about 22 hours ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/swarnim1812/crime_project
- Owner: Swarnim1812
- Created: 2025-06-06T21:08:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-08-12T20:21:05.000Z (6 months ago)
- Last Synced: 2025-08-12T22:17:09.506Z (6 months ago)
- Topics: analytics, crime-locator, crime-prediction, data-analysis, deep-learning, machine-learning, prophet-facebook, sarimax-model, time-series-forecasting
- Language: HTML
- Homepage:
- Size: 27.4 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crime Data Analysis Website
### Necessary packages to install:
1. Flask
- pip install Flask
2. 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:
```html
```