Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

A Django Based Crime Visualization and ML Application

NotificationsYou must be signed in to change notification settings

Sangarshanan/crime-analytics-web-application

Repository files navigation

A Django Based Crime Visualization and ML Application

Visualization done with the help:

  • Plotly

  • FusionCharts

Machine learning done using a pretrained bayesian model

Running in your local system:

Clone the repository and navigate to the folder

Open your shell and install pip (If you don't have it)

Now, install all the requirements using the below command

pip install -r requirements.txt

Now create your own Admin/Superuser

python manage.py createsuperuser

You can now login using your credentials, but before logging in we need be migrate our database content

python manage.py makemigrationspython manage.py migrate

To host the application on your localhost

python manage.py runserver

To Update the database contents run the python files

python import.py python import1.py

Running these two python codes would insert all csv contents to the Sqlite database

Running on Heroku:

https://crimeanalyticsdjango.herokuapp.com/

Staff user login

Username : Admin

Password : 12345six

About

A Django Based Crime Visualization and ML Application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp