SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1190
X-Ray Based Quick Covid-19 Detection Using Raspberry-pi
Ujjwal Pandey1, Payal Prajapati2, Rahul Kanade3, Prashant Singh4, Dr.Jyoti Dange5
1-4BE Students, Dept. of Electronics and Tele-Communication, Atharva College of Engineering, Mumbai, India
5Professor, Dept. of Electronics and Tele-Communication, Atharva College of Engineering, Mumbai, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - The COVID-19 epidemic continues to have
devastating effects on the health and well-being of the world's
population. An important step in combating COVID-19 is to
successfully diagnose infected patients, one of the main
methods of evaluating radiological imaging using X-ray. This
machine can detect whether a person is infectedwiththevirus
from x-rays of a person's lungs through machine learning. The
data list contains 864 COVID-19, 1345 viral pneumonia and
1341 chest x-ray images. This device uses image processing by
machine learning and determines whether they have it or not.
It can be integrated with an x-ray machine and today more
sophisticated digital x-ray machines are used and that is why
image processing can be very accurate with this machine. This
method is faster than the current method and, in this way, we
can perform more than 98% accuracy test (97% training
accuracy and 93% verification accuracy). The results show
that transmission studies have been shown to be effective,
demonstrating robust performance and easy-to-use methods
for the detection of COVID-19.
Key Words: Covid-19 Detection, Raspberry-pi, CNN
Algorithm, Machine Learning, Image Processing, Social
Distancing, X-ray Based.
1. INTRODUCTION
In this age of epidemic testing, it is important and the
number of tests should be increased daily to get accurate
data and practice but, with the current test method it takesa
few hours to get the results and sometimes if the number of
tests in large quantities takes longer to get the results.
Previous plans to receive Covid-19 have taken time to
provide reports when a person with the virus needs
immediate attention. Also, all such visual systems use
components that need to be discarded after each use, which
creates a huge demand for immature items but when we do
x-ray it can be done very quickly.
2. LITERATURE SURVEY
[1]Automated DetectionofCovid-19casesusingDeepneural
networks with X-ray :- Tulin et al. has developed an
automatic model for COVID-19 detectionbyusingChestX-ay
images. Under this model they did two types of classification
i.e., Binary classification(containedimagesofCOVIDand No-
Findings) and Multi-class classification.
[2]Covid-19 from chest X-ray images :- Khan et al. in his
paper he proposed a model named "Coro-Net," which is a
CNN model for COVID-19 diagnosis using radiography
images of chest. The suggested method is based on the
"Xception Architecture" which is a pre-trained model with
the dataset of ImageNet and then it is trained on a dataset
that was gatheredfromvariouspubliclyaccessibledatabases
for research purpose. The average model result rate was
89.6 per cent and the recall and precision rate of COVID-19
cases is as follows: 93 per cent and 98.2 per cent for 4-
classes (normal vs COVID vs. pneumonia bacterial vs.
pneumonia viral). For the 3-class classification (COVID vs.
Pneumonia vs. normal), classificationperformanceachieved
that is 95%.
3. PROBLEM STATEMENT
In order to control the spread of COVID-19, a large number
of suspected cases need to be isolated and appropriate
treatment evaluated. Pathogenic research center testing is
the best quality indicator yet troubles with significant
negative results. Rapid and accurate analytical techniques
are widely expected to fight disease. Because of COVID-19
radiographical changes in X-ray images, we intended to
develop a more comprehensive study approach that could
extract the graphic features of COVID-19 to provide clinical
analysis prior to pathogenic testing, thus saving critical time
control.
4. METHODOLOGY
1. The system uses Raspberry Pi 3B+ as the
microcontroller in the system.
2. A SD Card preloaded with Raspbian OS is used.
3. Laptop/PC with ethernet cable or Monitor/TV with
HDMIcable can be used as display fortheRaspberry
Pi 3B+.
4. A publicly available chest X-ray images dataset is
taken for the development of the system.
5. Steps like exploration, cleaning, transformation etc.
Would be applied to make the dataset suitable for
use.
6. Once the dataset is ready, we will split it into train
and test dataset.
7. ML Model will be used for training and testing and
accuracy will be determined.
8. Once everything is done then the user can provide
test data for prediction of covid-19.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1191
Fig -1: Block Diagram
5. THEORY AND WORKING
CNN usually does better with a larger database than a
smaller one. Transferring readings can be beneficial for
those CNN applications where the database is not large. The
concept of transfer learning using a trained model from big
data sets such as ImageNet is used for a relatively small
database application. This eliminates the need for large
databases and reduces the duration of training as more in-
depth learning algorithm is required when developing from
scratch.
Fig -2: Working
5.1 Collection of Dataset
In this study, 315 chest X-ray images of COVID-19 patients
were found in an open source GitHub shared by Drs. Joseph
Cohen. This room contains chest X-ray / CT images of
patients mainly with acute respiratory distress syndrome
(ARDS), COVID-19, Middle East Respiratory Syndrome
(MERS), pneumonia, acute respiratory syndrome (SARS). In
addition, 330 radiographicpositiveimagesofCOVID-19(CXR
and CT) were carefully selected from the Italian Society of
Medical and Interventional Radiology (SIRM) COVID-19
DATABASE. Of the 330 radiographic images, 70 images are
chest x-ray images and 250 images are lung CT imaging. The
websiteis being updated randomly and asofMarch29,2020,
63 verified COVID-19 cases have been reported on this
website. In addition, 2905 chest X-ray images were selected
from the COVID-19 Radiography database. Of the 2905
radiographic images, there are 219 COVID-19 positive
images, 1341standard images.
Fig -3: Example chest radiography images
5.2 Image Pre-processing
One of the key steps in data processing was to resize the X-
Ray images as the image input ofthealgorithmwasdifferent.
We have implemented a specificimageprocessingmethodto
maximize the performance of our system by speedingupthe
training time. First, we resized our images to 299x299x3 to
extend processing time and fit into Inception V3. In the pre-
image processing step, we need to label the data as the
convolution neural network learning method equates to
controlled reading in machine learning.
5.3 Image Augmentation
CNN needs a fair amount of data to get the bestperformance.
We use data enhancement techniques to maximize
insufficient data in training, and the techniquesusedinclude
vertical rotation, horizontal rotation,sound,translation,blur
and rotation image 60 °, 90 °, 180 °, 270 °. Figure 3 shows an
example of the data addition used. Thus, the original
database comprising 864 COVID-19 images, 1341 standard
images, and 1345 viral pneumonia images was expanded to
8,640 COVID-19 images, 13,410 X-images. common chest
rays, as well as 13,450 images of bacterial pneumonia as
shown in. Table I.
Class Images Augmente
d
Total
With Augmentation
Training Valida
tion
Test
COVID-19 864 8640 7340 500 800
Normal 1341 13410 12000 910 500
Viral
Pneumonia
1345 13450 12000 950 500
Table -1: Details of training validation and test set
5.4 Transfer Learning
Transfer learning is a machine learningmethodbasedonthe
concept of reusableLearning transferiscommonlyusedwith
CNN in the way all layers are stored except for the last,
trained for a specific problem. This procedure can be
especially helpful in medical systems as it does not requirea
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1192
lot of training data, which can be difficult to obtain in
medical settings. In the analysis of medical data, the biggest
difficulty researchers face is the limited number of available
data sets. In-depth learning models often require a lot of
data. Labeling this data professionally is expensive and time
consuming.
Fig -4: Inception V3 architecture
Figure 4 describes the Inception V3 model that enables
convolution, pooling, SoftMaxandfullyintegrated processes.
Here a pre-trained neural network designed for one job can
be used as a starting point for another task.
The Inception-v3 structure consists of two pieces:
1. Use the extraction phase feature of the
convolutional neural network.
2. The partition section uses layers that are fully
integrated with SoftMax layers.
5.5 TensorFlow
It is a synthetic neural network with more than three layers,
shown in Fig. 5. It has single input, single output and
multiple invisible layers. In order to use transfer readingsto
separate chest X-ray images,weusedtheTensorFlowlibrary
to download the Inception V3 model to our local machine,
retrained it to the chest X-ray database and split the new
images into one of three common categories, viral
pneumonia and COVID-19. It is an in-depth learning
framework developed by Google that can control all the
neurons (nodes) in the system and has a library suitable for
image processing.
Fig -5: Neural network classifier
5.6 Proposed Architecture
Fig. 6 provides a step-by-step procedure for the proposed
work model. The steps for the projected classification
architecture are as follows:
1. Recursively perform convolution and pooling on
images.
2. Apply drop out and fully connected. Now the image
must be classified according to the labelled training
class.
Fig -6: Proposed work architecture
Convolution is a slow process. It removes various input
features. Each kernel is responsible for producing output
activity. Low-level elements of the image, such as edges,
lines, and corners are determined bythelowerlayer,andthe
higher features are rendered in the upper layer. Blending is
used to make the features found in convolution strong
against noise. Combining layers are usually of two types
namely, intermediate integration and large integration. The
size reduction step or output factor. A simple example of
max and average pooling is shown in Fig. 7.
Fig -7: Example of max and average pooling
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1193
In this study, we developed an DCNN-based InceptionV3
model for classifying COVID-19 Chest X-ray images into
normal, viral pneumonia and COVID-19 categories. In
addition, we used the transfer learning method obtained
using ImageNet data to overcome insufficient data and
training time. A standard CNN representation that includes
the InceptionV3 model for patient prediction of COVID-19,
viral pneumonia and generalization is shown in Fig. 8. Chest
X-ray images are considered as embedded, Inception V3 is
used, convolution, pooling, SoftMax, and fully integrated
procedures are performed. Upon completion of these
activities, they were categorized according to different
training modules and eventually classified as normal,
bacterial pneumonia and COVID-19 classes.
Fig -8: Schematic representation of pre-trained model for
the prediction pf covid-19 patients, normal and infected
Inception V3 is one of the regions of architectural art in the
challenge of image classification. The best network for
medical imaging analysis seems to be the structure of
Inception V3 and is much better than the latest architecture.
Therefore, we have selected the InceptionV3model which is
used using TensorFlow and that is why retraining is done
with TensorFlow.
The steps for classification using theproposedactivityareas
follows
Algorithm TensorFlow Classification
Step 1: Get started
Step 2: Create a list of images // start training the model
Step 3: Provide a list of storage quantities for each bottle
picture
Step 4: Provide insight into images // to create Bottleneck
values.
Step 5: Create a folder for all bottle price pictures
Step 6: Generate bottleneck values for each image
Step 7: Create new SoftMax layers and fullyintegratedlayers
// at the end of training
Step 8: Check the new image // insert a chest x-ray image to
get the result
Step 9: Finish
Fig -9: Datasets and CT scans
6. EXPECTED RESULTS
In this study, we introduced a new way to automatically
detect COVID-19 by CNN. Chest X-ray images were used to
predict patients with COVID-19. The famous previously
trained Inception V3 model has been trained and after
training, the model was spotted on the chest.
Fig -10: Infected Lungs
Fig -11: Infected Lungs
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1194
Fig-12: Uninfected Lungs
7. CONCLUSION
The Covid-19 X-Ray test method is proposed and discussed
in this project. It is inexpensive, effectiveandcanbeusedfor
early diagnosis. It will use a variety of Machine Learning
methods that provide accurate results and an increase in
accuracy with the size of the database and the models used.
This way we can do more tests and we can get results faster
and we can get more data that can suggest how we should
manage the health care system and vaccination policy.
REFERENCES
[1] WHO. (2020). WHO Director-General's opening
remarks at the mediabriefing on COVID-19 - 11 March
2020. Available:
https://www.who.int/dg/speeches/detail/who-
director-general-s-openin g-remarks-at-the-media-
briefing-on-covid-19 11-march-2020
[2] CDC. (2020). Coronavirus Disease 2019 (COVID-19).
Available: https://www.cdc.gov/coronavirus/2019-
ncov/need-extra-precautions/p eople-at-higher-
risk.html
WHO. (2020, 02 November). Coronavirus disease
(COVID-2019) situation reports. Available:
https://www.who.int/emergencies/diseases/novel-
coronavirus-2019/situation-
reports/?gclid=Cj0KCQjw2PP1BRCiARIsAEqv-
pTBlRc57bU VrAh6-
9j_hkakBVk_n_TkbXjtgjVBcVizs7h83yH7YUEaAoVHEA
Lw_wcB
[3] J. H. U. a. Medicine. (2020).COVID-19Dashboard bythe
Center for Systems Science and Engineering (CSSE) at
Johns Hopkins University (JHU)Available:
https://coronavirus.jhu.edu/map.html
[4] W. Wang et al., "Detection of SARS-CoV-2 in Different
Types of Clinical Specimens," (in eng), JAMA,
2020/03// 2020.
[5] D. Wang et al., "Clinical Characteristics of 138
Hospitalized Patients with 2019 Novel Coronavirus–
Infected Pneumonia in Wuhan, China,"JAMA, vol. 323,
no. 11, pp. 1061-1069, 2020.
[6] [7] N. Chen et al., "Epidemiological and clinical
characteristics of 99 cases of 2019 novel coronavirus
pneumonia in Wuhan, China: a descriptive study," The
Lancet, vol. 395, no. 10223, pp. 507-513, 2020.
[7] [8] Q. Li et al., "Early Transmission Dynamics in
Wuhan, China, of Novel Coronavirus–Infected
Pneumonia," vol. 382, no. 13, pp. 1199-1207, 2020.
[8] C. Huang et al., "Clinical features of patients infected
with 2019 novel coronavirus in Wuhan, China," The
Lancet, vol. 395, no. 10223, pp. 497-506, 2020.
[9] V. M. Corman et al., "Detection of 2019 novel
coronavirus (2019-nCoV) by real-time RT-PCR," vol.
25, no. 3, p. 2000045, 2020.
[10] D. K. W. Chu et al., "Molecular Diagnosis of a Novel
Coronavirus (2019-nCoV) Causing an Outbreak of
Pneumonia," Clinical Chemistry,vol. 66, no. 4, pp. 549-
555, 2020.

More Related Content

Similar to X-Ray Based Quick Covid-19 Detection Using Raspberry-pi

Pneumonia Detection Using X-Ray
Pneumonia Detection Using X-RayPneumonia Detection Using X-Ray
Pneumonia Detection Using X-RayIRJET Journal
 
A Review on Covid Detection using Cross Dataset Analysis
A Review on Covid Detection using Cross Dataset AnalysisA Review on Covid Detection using Cross Dataset Analysis
A Review on Covid Detection using Cross Dataset AnalysisIRJET Journal
 
ORAL CANCER DETECTION USING RNN
ORAL CANCER DETECTION USING RNNORAL CANCER DETECTION USING RNN
ORAL CANCER DETECTION USING RNNIRJET Journal
 
IRJET- Automated Detection of Diabetic Retinopathy using Compressed Sensing
IRJET- Automated Detection of Diabetic Retinopathy using Compressed SensingIRJET- Automated Detection of Diabetic Retinopathy using Compressed Sensing
IRJET- Automated Detection of Diabetic Retinopathy using Compressed SensingIRJET Journal
 
Covid Face Mask Detection Using Neural Networks
Covid Face Mask Detection Using Neural NetworksCovid Face Mask Detection Using Neural Networks
Covid Face Mask Detection Using Neural NetworksIRJET Journal
 
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET Journal
 
Face Mask Detection utilizing Tensorflow, OpenCV and Keras
Face Mask Detection utilizing Tensorflow, OpenCV and KerasFace Mask Detection utilizing Tensorflow, OpenCV and Keras
Face Mask Detection utilizing Tensorflow, OpenCV and KerasIRJET Journal
 
BbbbbbbbbbbbbbbbbbbbbbElectrothonPPT.pptx
BbbbbbbbbbbbbbbbbbbbbbElectrothonPPT.pptxBbbbbbbbbbbbbbbbbbbbbbElectrothonPPT.pptx
BbbbbbbbbbbbbbbbbbbbbbElectrothonPPT.pptxvishalrishi2
 
IRJET - Early Percentage of Blindness Detection in a Diabetic Person usin...
IRJET -  	  Early Percentage of Blindness Detection in a Diabetic Person usin...IRJET -  	  Early Percentage of Blindness Detection in a Diabetic Person usin...
IRJET - Early Percentage of Blindness Detection in a Diabetic Person usin...IRJET Journal
 
Using Deep Learning and Transfer Learning for Pneumonia Detection
Using Deep Learning and Transfer Learning for Pneumonia DetectionUsing Deep Learning and Transfer Learning for Pneumonia Detection
Using Deep Learning and Transfer Learning for Pneumonia DetectionIRJET Journal
 
IRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
IRJET- Automated Detection of Diabetic Retinopathy using Deep LearningIRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
IRJET- Automated Detection of Diabetic Retinopathy using Deep LearningIRJET Journal
 
Blood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNNBlood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNNIRJET Journal
 
IRJET - Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET -  	  Lung Disease Prediction using Image Processing and CNN AlgorithmIRJET -  	  Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET - Lung Disease Prediction using Image Processing and CNN AlgorithmIRJET Journal
 
AN AUTOMATED FRAMEWORK FOR DIAGNOSING LUNGS RELATED ISSUES USING ML AND DATA ...
AN AUTOMATED FRAMEWORK FOR DIAGNOSING LUNGS RELATED ISSUES USING ML AND DATA ...AN AUTOMATED FRAMEWORK FOR DIAGNOSING LUNGS RELATED ISSUES USING ML AND DATA ...
AN AUTOMATED FRAMEWORK FOR DIAGNOSING LUNGS RELATED ISSUES USING ML AND DATA ...IRJET Journal
 
Preliminary Lung Cancer Detection using Deep Neural Networks
Preliminary Lung Cancer Detection using Deep Neural NetworksPreliminary Lung Cancer Detection using Deep Neural Networks
Preliminary Lung Cancer Detection using Deep Neural NetworksIRJET Journal
 
Deep Learning Assisted Tool for Face Mask Detection
Deep Learning Assisted Tool for Face Mask DetectionDeep Learning Assisted Tool for Face Mask Detection
Deep Learning Assisted Tool for Face Mask DetectionIRJET Journal
 
AUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEMAUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEMIRJET Journal
 
Covid-19 Detection Using Deep Neural Networks
Covid-19 Detection Using Deep Neural NetworksCovid-19 Detection Using Deep Neural Networks
Covid-19 Detection Using Deep Neural NetworksIRJET Journal
 
Real Time Face Mask Detection
Real Time Face Mask DetectionReal Time Face Mask Detection
Real Time Face Mask DetectionIRJET Journal
 
Deep Learning based Multi-class Brain Tumor Classification
Deep Learning based Multi-class Brain Tumor ClassificationDeep Learning based Multi-class Brain Tumor Classification
Deep Learning based Multi-class Brain Tumor ClassificationIRJET Journal
 

Similar to X-Ray Based Quick Covid-19 Detection Using Raspberry-pi (20)

Pneumonia Detection Using X-Ray
Pneumonia Detection Using X-RayPneumonia Detection Using X-Ray
Pneumonia Detection Using X-Ray
 
A Review on Covid Detection using Cross Dataset Analysis
A Review on Covid Detection using Cross Dataset AnalysisA Review on Covid Detection using Cross Dataset Analysis
A Review on Covid Detection using Cross Dataset Analysis
 
ORAL CANCER DETECTION USING RNN
ORAL CANCER DETECTION USING RNNORAL CANCER DETECTION USING RNN
ORAL CANCER DETECTION USING RNN
 
IRJET- Automated Detection of Diabetic Retinopathy using Compressed Sensing
IRJET- Automated Detection of Diabetic Retinopathy using Compressed SensingIRJET- Automated Detection of Diabetic Retinopathy using Compressed Sensing
IRJET- Automated Detection of Diabetic Retinopathy using Compressed Sensing
 
Covid Face Mask Detection Using Neural Networks
Covid Face Mask Detection Using Neural NetworksCovid Face Mask Detection Using Neural Networks
Covid Face Mask Detection Using Neural Networks
 
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
 
Face Mask Detection utilizing Tensorflow, OpenCV and Keras
Face Mask Detection utilizing Tensorflow, OpenCV and KerasFace Mask Detection utilizing Tensorflow, OpenCV and Keras
Face Mask Detection utilizing Tensorflow, OpenCV and Keras
 
BbbbbbbbbbbbbbbbbbbbbbElectrothonPPT.pptx
BbbbbbbbbbbbbbbbbbbbbbElectrothonPPT.pptxBbbbbbbbbbbbbbbbbbbbbbElectrothonPPT.pptx
BbbbbbbbbbbbbbbbbbbbbbElectrothonPPT.pptx
 
IRJET - Early Percentage of Blindness Detection in a Diabetic Person usin...
IRJET -  	  Early Percentage of Blindness Detection in a Diabetic Person usin...IRJET -  	  Early Percentage of Blindness Detection in a Diabetic Person usin...
IRJET - Early Percentage of Blindness Detection in a Diabetic Person usin...
 
Using Deep Learning and Transfer Learning for Pneumonia Detection
Using Deep Learning and Transfer Learning for Pneumonia DetectionUsing Deep Learning and Transfer Learning for Pneumonia Detection
Using Deep Learning and Transfer Learning for Pneumonia Detection
 
IRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
IRJET- Automated Detection of Diabetic Retinopathy using Deep LearningIRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
IRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
 
Blood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNNBlood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNN
 
IRJET - Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET -  	  Lung Disease Prediction using Image Processing and CNN AlgorithmIRJET -  	  Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET - Lung Disease Prediction using Image Processing and CNN Algorithm
 
AN AUTOMATED FRAMEWORK FOR DIAGNOSING LUNGS RELATED ISSUES USING ML AND DATA ...
AN AUTOMATED FRAMEWORK FOR DIAGNOSING LUNGS RELATED ISSUES USING ML AND DATA ...AN AUTOMATED FRAMEWORK FOR DIAGNOSING LUNGS RELATED ISSUES USING ML AND DATA ...
AN AUTOMATED FRAMEWORK FOR DIAGNOSING LUNGS RELATED ISSUES USING ML AND DATA ...
 
Preliminary Lung Cancer Detection using Deep Neural Networks
Preliminary Lung Cancer Detection using Deep Neural NetworksPreliminary Lung Cancer Detection using Deep Neural Networks
Preliminary Lung Cancer Detection using Deep Neural Networks
 
Deep Learning Assisted Tool for Face Mask Detection
Deep Learning Assisted Tool for Face Mask DetectionDeep Learning Assisted Tool for Face Mask Detection
Deep Learning Assisted Tool for Face Mask Detection
 
AUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEMAUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEM
 
Covid-19 Detection Using Deep Neural Networks
Covid-19 Detection Using Deep Neural NetworksCovid-19 Detection Using Deep Neural Networks
Covid-19 Detection Using Deep Neural Networks
 
Real Time Face Mask Detection
Real Time Face Mask DetectionReal Time Face Mask Detection
Real Time Face Mask Detection
 
Deep Learning based Multi-class Brain Tumor Classification
Deep Learning based Multi-class Brain Tumor ClassificationDeep Learning based Multi-class Brain Tumor Classification
Deep Learning based Multi-class Brain Tumor Classification
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 

Recently uploaded (20)

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 

X-Ray Based Quick Covid-19 Detection Using Raspberry-pi

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1190 X-Ray Based Quick Covid-19 Detection Using Raspberry-pi Ujjwal Pandey1, Payal Prajapati2, Rahul Kanade3, Prashant Singh4, Dr.Jyoti Dange5 1-4BE Students, Dept. of Electronics and Tele-Communication, Atharva College of Engineering, Mumbai, India 5Professor, Dept. of Electronics and Tele-Communication, Atharva College of Engineering, Mumbai, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - The COVID-19 epidemic continues to have devastating effects on the health and well-being of the world's population. An important step in combating COVID-19 is to successfully diagnose infected patients, one of the main methods of evaluating radiological imaging using X-ray. This machine can detect whether a person is infectedwiththevirus from x-rays of a person's lungs through machine learning. The data list contains 864 COVID-19, 1345 viral pneumonia and 1341 chest x-ray images. This device uses image processing by machine learning and determines whether they have it or not. It can be integrated with an x-ray machine and today more sophisticated digital x-ray machines are used and that is why image processing can be very accurate with this machine. This method is faster than the current method and, in this way, we can perform more than 98% accuracy test (97% training accuracy and 93% verification accuracy). The results show that transmission studies have been shown to be effective, demonstrating robust performance and easy-to-use methods for the detection of COVID-19. Key Words: Covid-19 Detection, Raspberry-pi, CNN Algorithm, Machine Learning, Image Processing, Social Distancing, X-ray Based. 1. INTRODUCTION In this age of epidemic testing, it is important and the number of tests should be increased daily to get accurate data and practice but, with the current test method it takesa few hours to get the results and sometimes if the number of tests in large quantities takes longer to get the results. Previous plans to receive Covid-19 have taken time to provide reports when a person with the virus needs immediate attention. Also, all such visual systems use components that need to be discarded after each use, which creates a huge demand for immature items but when we do x-ray it can be done very quickly. 2. LITERATURE SURVEY [1]Automated DetectionofCovid-19casesusingDeepneural networks with X-ray :- Tulin et al. has developed an automatic model for COVID-19 detectionbyusingChestX-ay images. Under this model they did two types of classification i.e., Binary classification(containedimagesofCOVIDand No- Findings) and Multi-class classification. [2]Covid-19 from chest X-ray images :- Khan et al. in his paper he proposed a model named "Coro-Net," which is a CNN model for COVID-19 diagnosis using radiography images of chest. The suggested method is based on the "Xception Architecture" which is a pre-trained model with the dataset of ImageNet and then it is trained on a dataset that was gatheredfromvariouspubliclyaccessibledatabases for research purpose. The average model result rate was 89.6 per cent and the recall and precision rate of COVID-19 cases is as follows: 93 per cent and 98.2 per cent for 4- classes (normal vs COVID vs. pneumonia bacterial vs. pneumonia viral). For the 3-class classification (COVID vs. Pneumonia vs. normal), classificationperformanceachieved that is 95%. 3. PROBLEM STATEMENT In order to control the spread of COVID-19, a large number of suspected cases need to be isolated and appropriate treatment evaluated. Pathogenic research center testing is the best quality indicator yet troubles with significant negative results. Rapid and accurate analytical techniques are widely expected to fight disease. Because of COVID-19 radiographical changes in X-ray images, we intended to develop a more comprehensive study approach that could extract the graphic features of COVID-19 to provide clinical analysis prior to pathogenic testing, thus saving critical time control. 4. METHODOLOGY 1. The system uses Raspberry Pi 3B+ as the microcontroller in the system. 2. A SD Card preloaded with Raspbian OS is used. 3. Laptop/PC with ethernet cable or Monitor/TV with HDMIcable can be used as display fortheRaspberry Pi 3B+. 4. A publicly available chest X-ray images dataset is taken for the development of the system. 5. Steps like exploration, cleaning, transformation etc. Would be applied to make the dataset suitable for use. 6. Once the dataset is ready, we will split it into train and test dataset. 7. ML Model will be used for training and testing and accuracy will be determined. 8. Once everything is done then the user can provide test data for prediction of covid-19.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1191 Fig -1: Block Diagram 5. THEORY AND WORKING CNN usually does better with a larger database than a smaller one. Transferring readings can be beneficial for those CNN applications where the database is not large. The concept of transfer learning using a trained model from big data sets such as ImageNet is used for a relatively small database application. This eliminates the need for large databases and reduces the duration of training as more in- depth learning algorithm is required when developing from scratch. Fig -2: Working 5.1 Collection of Dataset In this study, 315 chest X-ray images of COVID-19 patients were found in an open source GitHub shared by Drs. Joseph Cohen. This room contains chest X-ray / CT images of patients mainly with acute respiratory distress syndrome (ARDS), COVID-19, Middle East Respiratory Syndrome (MERS), pneumonia, acute respiratory syndrome (SARS). In addition, 330 radiographicpositiveimagesofCOVID-19(CXR and CT) were carefully selected from the Italian Society of Medical and Interventional Radiology (SIRM) COVID-19 DATABASE. Of the 330 radiographic images, 70 images are chest x-ray images and 250 images are lung CT imaging. The websiteis being updated randomly and asofMarch29,2020, 63 verified COVID-19 cases have been reported on this website. In addition, 2905 chest X-ray images were selected from the COVID-19 Radiography database. Of the 2905 radiographic images, there are 219 COVID-19 positive images, 1341standard images. Fig -3: Example chest radiography images 5.2 Image Pre-processing One of the key steps in data processing was to resize the X- Ray images as the image input ofthealgorithmwasdifferent. We have implemented a specificimageprocessingmethodto maximize the performance of our system by speedingupthe training time. First, we resized our images to 299x299x3 to extend processing time and fit into Inception V3. In the pre- image processing step, we need to label the data as the convolution neural network learning method equates to controlled reading in machine learning. 5.3 Image Augmentation CNN needs a fair amount of data to get the bestperformance. We use data enhancement techniques to maximize insufficient data in training, and the techniquesusedinclude vertical rotation, horizontal rotation,sound,translation,blur and rotation image 60 °, 90 °, 180 °, 270 °. Figure 3 shows an example of the data addition used. Thus, the original database comprising 864 COVID-19 images, 1341 standard images, and 1345 viral pneumonia images was expanded to 8,640 COVID-19 images, 13,410 X-images. common chest rays, as well as 13,450 images of bacterial pneumonia as shown in. Table I. Class Images Augmente d Total With Augmentation Training Valida tion Test COVID-19 864 8640 7340 500 800 Normal 1341 13410 12000 910 500 Viral Pneumonia 1345 13450 12000 950 500 Table -1: Details of training validation and test set 5.4 Transfer Learning Transfer learning is a machine learningmethodbasedonthe concept of reusableLearning transferiscommonlyusedwith CNN in the way all layers are stored except for the last, trained for a specific problem. This procedure can be especially helpful in medical systems as it does not requirea
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1192 lot of training data, which can be difficult to obtain in medical settings. In the analysis of medical data, the biggest difficulty researchers face is the limited number of available data sets. In-depth learning models often require a lot of data. Labeling this data professionally is expensive and time consuming. Fig -4: Inception V3 architecture Figure 4 describes the Inception V3 model that enables convolution, pooling, SoftMaxandfullyintegrated processes. Here a pre-trained neural network designed for one job can be used as a starting point for another task. The Inception-v3 structure consists of two pieces: 1. Use the extraction phase feature of the convolutional neural network. 2. The partition section uses layers that are fully integrated with SoftMax layers. 5.5 TensorFlow It is a synthetic neural network with more than three layers, shown in Fig. 5. It has single input, single output and multiple invisible layers. In order to use transfer readingsto separate chest X-ray images,weusedtheTensorFlowlibrary to download the Inception V3 model to our local machine, retrained it to the chest X-ray database and split the new images into one of three common categories, viral pneumonia and COVID-19. It is an in-depth learning framework developed by Google that can control all the neurons (nodes) in the system and has a library suitable for image processing. Fig -5: Neural network classifier 5.6 Proposed Architecture Fig. 6 provides a step-by-step procedure for the proposed work model. The steps for the projected classification architecture are as follows: 1. Recursively perform convolution and pooling on images. 2. Apply drop out and fully connected. Now the image must be classified according to the labelled training class. Fig -6: Proposed work architecture Convolution is a slow process. It removes various input features. Each kernel is responsible for producing output activity. Low-level elements of the image, such as edges, lines, and corners are determined bythelowerlayer,andthe higher features are rendered in the upper layer. Blending is used to make the features found in convolution strong against noise. Combining layers are usually of two types namely, intermediate integration and large integration. The size reduction step or output factor. A simple example of max and average pooling is shown in Fig. 7. Fig -7: Example of max and average pooling
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1193 In this study, we developed an DCNN-based InceptionV3 model for classifying COVID-19 Chest X-ray images into normal, viral pneumonia and COVID-19 categories. In addition, we used the transfer learning method obtained using ImageNet data to overcome insufficient data and training time. A standard CNN representation that includes the InceptionV3 model for patient prediction of COVID-19, viral pneumonia and generalization is shown in Fig. 8. Chest X-ray images are considered as embedded, Inception V3 is used, convolution, pooling, SoftMax, and fully integrated procedures are performed. Upon completion of these activities, they were categorized according to different training modules and eventually classified as normal, bacterial pneumonia and COVID-19 classes. Fig -8: Schematic representation of pre-trained model for the prediction pf covid-19 patients, normal and infected Inception V3 is one of the regions of architectural art in the challenge of image classification. The best network for medical imaging analysis seems to be the structure of Inception V3 and is much better than the latest architecture. Therefore, we have selected the InceptionV3model which is used using TensorFlow and that is why retraining is done with TensorFlow. The steps for classification using theproposedactivityareas follows Algorithm TensorFlow Classification Step 1: Get started Step 2: Create a list of images // start training the model Step 3: Provide a list of storage quantities for each bottle picture Step 4: Provide insight into images // to create Bottleneck values. Step 5: Create a folder for all bottle price pictures Step 6: Generate bottleneck values for each image Step 7: Create new SoftMax layers and fullyintegratedlayers // at the end of training Step 8: Check the new image // insert a chest x-ray image to get the result Step 9: Finish Fig -9: Datasets and CT scans 6. EXPECTED RESULTS In this study, we introduced a new way to automatically detect COVID-19 by CNN. Chest X-ray images were used to predict patients with COVID-19. The famous previously trained Inception V3 model has been trained and after training, the model was spotted on the chest. Fig -10: Infected Lungs Fig -11: Infected Lungs
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1194 Fig-12: Uninfected Lungs 7. CONCLUSION The Covid-19 X-Ray test method is proposed and discussed in this project. It is inexpensive, effectiveandcanbeusedfor early diagnosis. It will use a variety of Machine Learning methods that provide accurate results and an increase in accuracy with the size of the database and the models used. This way we can do more tests and we can get results faster and we can get more data that can suggest how we should manage the health care system and vaccination policy. REFERENCES [1] WHO. (2020). WHO Director-General's opening remarks at the mediabriefing on COVID-19 - 11 March 2020. Available: https://www.who.int/dg/speeches/detail/who- director-general-s-openin g-remarks-at-the-media- briefing-on-covid-19 11-march-2020 [2] CDC. (2020). Coronavirus Disease 2019 (COVID-19). Available: https://www.cdc.gov/coronavirus/2019- ncov/need-extra-precautions/p eople-at-higher- risk.html WHO. (2020, 02 November). Coronavirus disease (COVID-2019) situation reports. Available: https://www.who.int/emergencies/diseases/novel- coronavirus-2019/situation- reports/?gclid=Cj0KCQjw2PP1BRCiARIsAEqv- pTBlRc57bU VrAh6- 9j_hkakBVk_n_TkbXjtgjVBcVizs7h83yH7YUEaAoVHEA Lw_wcB [3] J. H. U. a. Medicine. (2020).COVID-19Dashboard bythe Center for Systems Science and Engineering (CSSE) at Johns Hopkins University (JHU)Available: https://coronavirus.jhu.edu/map.html [4] W. Wang et al., "Detection of SARS-CoV-2 in Different Types of Clinical Specimens," (in eng), JAMA, 2020/03// 2020. [5] D. Wang et al., "Clinical Characteristics of 138 Hospitalized Patients with 2019 Novel Coronavirus– Infected Pneumonia in Wuhan, China,"JAMA, vol. 323, no. 11, pp. 1061-1069, 2020. [6] [7] N. Chen et al., "Epidemiological and clinical characteristics of 99 cases of 2019 novel coronavirus pneumonia in Wuhan, China: a descriptive study," The Lancet, vol. 395, no. 10223, pp. 507-513, 2020. [7] [8] Q. Li et al., "Early Transmission Dynamics in Wuhan, China, of Novel Coronavirus–Infected Pneumonia," vol. 382, no. 13, pp. 1199-1207, 2020. [8] C. Huang et al., "Clinical features of patients infected with 2019 novel coronavirus in Wuhan, China," The Lancet, vol. 395, no. 10223, pp. 497-506, 2020. [9] V. M. Corman et al., "Detection of 2019 novel coronavirus (2019-nCoV) by real-time RT-PCR," vol. 25, no. 3, p. 2000045, 2020. [10] D. K. W. Chu et al., "Molecular Diagnosis of a Novel Coronavirus (2019-nCoV) Causing an Outbreak of Pneumonia," Clinical Chemistry,vol. 66, no. 4, pp. 549- 555, 2020.