This repository demonstrates the working of a web app which makes prediction about the COVID19 disease. The user is required to upload the CAT-Scan image of the patient's chest, which is further fed into the AI model which makes predictions about the patient being affected by Covid19 or not.
-
For Windows
$ set FLASK_APP=app
$ flask run -
For Linux users
$ export FLASK_APP=app
$ flask run
Now copy the link from the command line and open it in the web browser and then you are good to go.
- Web Site Link: https://coronafight.herokuapp.com/