Skip to content

A final year project on COVID-19, Predictions using Facebook Prophet, Analytics/Dashboards using Plotly.

Notifications You must be signed in to change notification settings

me-heer/COVID-19-Predictive-Analysis

Repository files navigation

Build Status

Installing Prerequisites:

  • conda install pystan (fbprophet prerequisite)
  • pip install django mysqlclient fbprophet pandas numpy apscheduler

Running the server:

  • cd into the root directory of the project.

    python manage.py runserver

  • The project uses MySQL Database by default. By default USER: 'root', PASSWORD: 'root'.

  • Change your database use settings accordingly in $BASE_DIR/settings.py

  • You will also need other database drivers depending on the database you are using. MySQL requires DB API Driver.

  • Install DB API Driver: pip install mysqlclient

  • For other databases refer to: https://docs.djangoproject.com/en/3.0/ref/databases/

  • Open in the browser of your choice http://localhost:8000/

Libraries Used:

About

A final year project on COVID-19, Predictions using Facebook Prophet, Analytics/Dashboards using Plotly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published