shobhitsrivastava-ds / Fight_Corona

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fight_Corona

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.

Enter the following commands to run the app:

  • 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.

About


Languages

Language:HTML 68.8%Language:Python 27.5%Language:CSS 3.6%