Skip to content

shobhitsrivastava-ds/Fight_Corona

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published