https://global-terror-analysis.herokuapp.com/
- create your python enviorment
- install requirements.txt or pipenv
pip install -r requirements.txt
pipenv install
- populate a settings.py with database credentials.
- populate settings.js with map box api credentials.
- run
python manage.py runserver
Application:
- django
- mysqlclient
- pytz
Machine Learning:
- matplotlib
- numpy
- pandas
- sqlalchemy
- sklearn