Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 744 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 744 Bytes

Covid Risk Detector

A web application with integrated machine learning capabilities that predicts the user's COVID-19 mortality risk based on the user's medical history. Built on the flask framework.

Installation

Make sure to have the right dependiencies installed from the requirements.txt before running.

  1. Open a terminal inside the root directory from the downloaded repo.
  2. In Linux, run python3 application.py. If the terminal complains command not found, run python application.py.
  3. Type and enter 127.0.0.1:5000 into your browser.
  4. You should now have the COVID Risk Detector running locally on your PC.

Logging in

In the login page, type admin for the Username field and password for the Password field.