File size: 9,005 Bytes
940b2c2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
# 🩺 Chest X-Ray Pneumonia Detection using Deep Learning

<div align="center">

![Python](https://img.shields.io/badge/Python-3.10-blue?style=for-the-badge&logo=python)
![TensorFlow](https://img.shields.io/badge/TensorFlow-2.x-orange?style=for-the-badge&logo=tensorflow)
![Keras](https://img.shields.io/badge/Keras-Deep%20Learning-red?style=for-the-badge&logo=keras)
![Flask](https://img.shields.io/badge/Flask-Backend-black?style=for-the-badge&logo=flask)
![Streamlit](https://img.shields.io/badge/Streamlit-Web_App-ff4b4b?style=for-the-badge&logo=streamlit)
![OpenCV](https://img.shields.io/badge/OpenCV-Image_Processing-green?style=for-the-badge&logo=opencv)
![CNN](https://img.shields.io/badge/CNN-Custom_Model-success?style=for-the-badge)
![VGG16](https://img.shields.io/badge/VGG16-Transfer_Learning-blueviolet?style=for-the-badge)

</div>

---

# πŸ“Œ Project Overview

This project is an **AI-powered Chest X-Ray Pneumonia Detection System** that automatically classifies chest X-ray images into:

- βœ… NORMAL
- 🦠 PNEUMONIA

The project demonstrates multiple Deep Learning approaches and compares their performance using:

- Custom CNN (10 Epochs)
- Improved CNN (20 Epochs)
- Transfer Learning (VGG16)

The trained models are deployed using **Flask**, while the frontend is developed using **Streamlit**, creating a complete end-to-end AI medical imaging application.

---

# πŸš€ Features

βœ” Binary Classification

βœ” Three Deep Learning Models

βœ” Custom CNN Architecture

βœ” Improved CNN Architecture

βœ” Transfer Learning using VGG16

βœ” Real-time Image Prediction

βœ” Flask REST Backend

βœ” Streamlit Interactive UI

βœ” Hugging Face Model Hosting

βœ” GPU Training Support

βœ” Model Comparison

βœ” Confidence Score Prediction

βœ” Production Ready

---

# 🧠 Problem Statement

Pneumonia is one of the leading causes of death worldwide.

Radiologists inspect Chest X-rays manually which is:

- Time Consuming
- Error Prone
- Expensive

This project automates the diagnosis process using Deep Learning.

---

# πŸ“‚ Dataset

## Chest X-Ray Dataset

```
Dataset
β”‚
β”œβ”€β”€ train
β”‚      β”œβ”€β”€ NORMAL
β”‚      └── PNEUMONIA
β”‚
β”œβ”€β”€ validation
β”‚      β”œβ”€β”€ NORMAL
β”‚      └── PNEUMONIA
β”‚
└── test
       β”œβ”€β”€ NORMAL
       └── PNEUMONIA
```

Image Format

- JPG
- JPEG
- PNG

Classes

| Label | Description |
|---------|-------------|
| NORMAL | Healthy Lung |
| PNEUMONIA | Infected Lung |

---

# βš™οΈ Tech Stack

## Programming

- Python

---

## Deep Learning

- TensorFlow
- Keras

---

## Computer Vision

- OpenCV
- NumPy
- Matplotlib

---

## Backend

- Flask

---

## Frontend

- Streamlit

---

## Deployment

- Hugging Face
- Render

---

## Version Control

- Git
- GitHub

---

# πŸ— Complete Project Architecture

```
                   Chest X-Ray Image
                           β”‚
                           β–Ό
                  Upload Image (UI)
                           β”‚
                           β–Ό
                Streamlit Frontend
                           β”‚
                           β–Ό
                 Flask REST API
                           β”‚
                           β–Ό
                 Image Preprocessing
                           β”‚
        β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
        β”‚                  β”‚                   β”‚
        β–Ό                  β–Ό                   β–Ό
    CNN Model          CNN 20 Model       VGG16 Model
        β”‚                  β”‚                   β”‚
        β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                           β”‚
                           β–Ό
                 Prediction Probability
                           β”‚
                           β–Ό
             NORMAL / PNEUMONIA Result
                           β”‚
                           β–Ό
                  Display Prediction
```

---

# πŸ“Š End-to-End Workflow

```
Dataset
    β”‚
    β–Ό
Image Loading
    β”‚
    β–Ό
Image Preprocessing
    β”‚
    β–Ό
Resize Images (100x100)
    β”‚
    β–Ό
Convert to Array
    β”‚
    β–Ό
Normalize Images
    β”‚
    β–Ό
Train / Validation Split
    β”‚
    β–Ό
Model Training
    β”‚
    β–Ό
Model Evaluation
    β”‚
    β–Ό
Save Best Model
    β”‚
    β–Ό
Deploy Model
    β”‚
    β–Ό
User Upload Image
    β”‚
    β–Ό
Prediction
```

---

# 🧹 Image Preprocessing Pipeline

Each X-Ray undergoes the following preprocessing steps:

### Step 1

Load Image

↓

### Step 2

Convert to Grayscale (CNN Models)

↓

### Step 3

Convert to RGB (VGG16)

↓

### Step 4

Resize

```
100 Γ— 100
```

↓

### Step 5

Convert to NumPy Array

↓

### Step 6

Normalize Pixel Values

```
0 β†’ 255

↓

0 β†’ 1
```

↓

### Step 7

Feed into Model

---

# πŸ€– Model 1

## Custom CNN (10 Epochs)

Architecture

```
Input (100Γ—100Γ—1)

↓

Conv2D (64)

↓

MaxPooling

↓

Dropout

↓

Conv2D (128)

↓

MaxPooling

↓

Dropout

↓

Conv2D (256)

↓

MaxPooling

↓

Dropout

↓

Flatten

↓

Dense (64)

↓

Dropout

↓

Dense (1)

↓

Sigmoid
```

Loss

```
Binary Crossentropy
```

Optimizer

```
Adam
```

Epochs

```
10
```

---

# πŸ€– Model 2

## Improved CNN (20 Epochs)

Architecture

```
Input

↓

Conv2D (64)

↓

ReLU

↓

MaxPooling

↓

Dropout

↓

Conv2D (128)

↓

ReLU

↓

MaxPooling

↓

Dropout

↓

Conv2D (256)

↓

ReLU

↓

MaxPooling

↓

Dropout

↓

Flatten

↓

Dense (64)

↓

Dropout

↓

Dense (1)

↓

Sigmoid
```

Epochs

```
20
```

Optimizer

```
Adam
```

Loss

```
Binary Crossentropy
```

---

# πŸ€– Model 3

## Transfer Learning (VGG16)

Pretrained

```
ImageNet
```

Frozen Layers

```
All VGG16 Convolution Layers
```

Custom Head

```
Flatten

↓

Dense (256)

↓

Dense (128)

↓

Dense (64)

↓

Dense (1)

↓

Sigmoid
```

Callbacks

- ModelCheckpoint
- EarlyStopping

---

# 🧠 Why VGG16?

Instead of training from scratch,

VGG16 already knows how to detect

- Edges
- Shapes
- Textures
- Patterns

Only the classifier is trained on Chest X-rays.

This greatly improves performance while reducing training time.

---

# πŸ“ Saved Models

```
model_xray.h5
```

Custom CNN

---

```
model_pre.h5
```

Improved CNN

---

```
best_model.keras
```

Best Transfer Learning Model

---

# πŸ“ˆ Training Strategy

- GPU Training
- Batch Size = 4 (CNN)
- Batch Size = 32 (VGG16)
- Validation Dataset
- Binary Crossentropy
- Adam Optimizer
- Early Stopping
- Model Checkpoint

---

# πŸ“Š Prediction Pipeline

```
Upload Image

↓

Read Image

↓

Resize

↓

Preprocess

↓

Load Model

↓

Predict Probability

↓

Threshold = 0.5

↓

NORMAL

or

PNEUMONIA
```

---

# 🌐 Deployment Architecture

```
                 User
                  β”‚
                  β–Ό
          Streamlit Frontend
                  β”‚
                  β–Ό
            Flask Backend
                  β”‚
                  β–Ό
         Load Selected Model
                  β”‚
      β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
      β–Ό           β–Ό            β–Ό
   CNN10       CNN20       VGG16
      β”‚           β”‚            β”‚
      β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                  β–Ό
          Prediction Engine
                  β”‚
                  β–Ό
          Display Result
```

---

# πŸ“‚ Project Structure

```
Chest-XRay-Pneumonia-Detection
β”‚
β”œβ”€β”€ app.py
β”œβ”€β”€ config.py
β”œβ”€β”€ predictor.py
β”œβ”€β”€ utils.py
β”œβ”€β”€ requirements.txt
β”œβ”€β”€ README.md
β”‚
β”œβ”€β”€ models
β”‚     β”œβ”€β”€ model_xray.h5
β”‚     β”œβ”€β”€ model_pre.h5
β”‚     └── best_model.keras
β”‚
β”œβ”€β”€ static
β”‚
β”œβ”€β”€ templates
β”‚
β”œβ”€β”€ css
β”‚
β”œβ”€β”€ dataset
β”‚
└── screenshots
```

---

# ▢️ Installation

Clone Repository

```bash
git clone https://github.com/yourusername/Chest-XRay-Pneumonia-Detection.git
```

Install Dependencies

```bash
pip install -r requirements.txt
```

Run Flask

```bash
python app.py
```

Run Streamlit

```bash
streamlit run app.py
```

---

# πŸ–₯ Example Prediction

Input

```
Chest X-Ray Image
```

↓

Model Prediction

```
Probability : 0.9821

Prediction :

🦠 PNEUMONIA
```

---

# πŸ“ˆ Future Improvements

- EfficientNet
- ResNet50
- DenseNet121
- Grad-CAM Heatmaps
- Multi-Class Disease Detection
- DICOM Support
- Cloud Deployment
- Docker
- CI/CD Pipeline
- REST API Authentication

---

# πŸ‘¨β€πŸ’» Author

**Sudheer Muthyala**

B.Tech – Electronics and Communication Engineering

Machine Learning | Deep Learning | Computer Vision | Python | Flask | Streamlit

GitHub:
https://github.com/M-Sudheer18

---

# ⭐ If you found this project helpful

Please consider giving this repository a ⭐ on GitHub.
It motivates future improvements and helps others discover the project.