- Notifications
You must be signed in to change notification settings - Fork25
A Django Based Crime Visualization and ML Application
Sangarshanan/crime-analytics-web-application
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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
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
https://crimeanalyticsdjango.herokuapp.com/
Username : Admin
Password : 12345six
About
A Django Based Crime Visualization and ML Application
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.