An open API service indexing awesome lists of open source software.

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.

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

```