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.
Make sure to have the right dependiencies installed from the requirements.txt
before running.
- Open a terminal inside the root directory from the downloaded repo.
- In Linux, run
python3 application.py
. If the terminal complains command not found, runpython application.py
. - Type and enter
127.0.0.1:5000
into your browser. - You should now have the COVID Risk Detector running locally on your PC.
In the login page, type admin for the Username field and password for the Password field.