Skip to content

Wolfloo/Covid-19-Check-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Covid-19-Check-system

Introduce

This is a simple system for users check whether they are infected by Covid-19 or Viral Pneumonia. The train dataset comes from https://www.kaggle.com/datasets/pranavraikokte/covid19-image-dataset/code?datasetId=627146&sortBy=voteCount .

The accuracy of the result in the test dataset is about 98%, however, due to the limitation of the dataset size, the result is for referance only.

Quick Start

pip install -r requirements.txt

In the directory train_pred, you should execute the code named 'covid-19-classification-with-resnet50.ipynb' to train the model and get the model called 'model_resnet50.h5' . Then copy the model and paste it at ~\Covid-19-Check-system\web_system\utils\train_model.

Make sure you are in the folder '~\Covid-19-Check-system\web_system'

python .\manage.py runserver

Snapshot

image-20240410140557827 image-20240410140746760 image-20240410140812792

  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published