Skip to content

Bhanuprakashachini/Covid-19-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

COVID-19 Prediction Using Chest X-rays ๐Ÿง  Overview This project uses Convolutional Neural Networks (CNNs) to predict COVID-19 infection from chest X-ray images. By analyzing visual patterns indicative of respiratory conditions, the model assists in rapid and accurate detection of COVID-19.

Built using TensorFlow and PyTorch, this solution applies modern deep learning techniques to medical imaging โ€” aiming to support diagnosis in clinical settings.

๐Ÿš€ Features ๐Ÿ“ธ Accepts chest X-ray images as input

๐Ÿง  CNN-based architecture for accurate classification

๐Ÿงช Preprocessing: normalization & data augmentation

๐Ÿ”ง Trained on labeled COVID-19 positive/negative datasets

๐Ÿ’ป Frameworks: TensorFlow & PyTorch

๐Ÿงฌ Algorithms Used ๐Ÿ”น Convolutional Neural Networks (CNNs) CNNs are specially designed for image analysis, capable of learning spatial features like edges, textures, and patterns relevant to lung conditions.

๐Ÿ—๏ธ Key CNN Layers: Convolutional Layers โ€“ Extract feature maps from X-ray inputs

Pooling Layers โ€“ Downsample spatial dimensions

Dense (Fully Connected) Layers โ€“ Perform classification

๐Ÿ›  Libraries & Tools Purpose Libraries Used Model Building TensorFlow, PyTorch Image Handling OpenCV, PIL Data Augmentation ImageDataGenerator Evaluation Metrics Scikit-learn

โœ… Conclusion This project demonstrates the power of deep learning in medical image analysis. With CNNs, we can effectively classify X-ray images to detect signs of COVID-19.

The model offers strong potential for aiding radiologists and healthcare professionals โ€” especially when rapid, automated diagnosis is needed.

๐Ÿ”ฎ Future Work ๐Ÿง  Transfer Learning: Integrate pre-trained models like ResNet, VGG

๐Ÿ”„ Multi-class Classification: Detect COVID-19, Pneumonia & Normal cases

๐ŸŒ Web App Deployment: Real-time prediction with a user interface

๐Ÿ“Š Model Optimization: Tune hyperparameters & expand datasets

๐Ÿ‘จโ€๐Ÿ’ป Author Bhanu Prakash Achini ๐Ÿ“ง bhanuprakashachini08@gmail.com

About

Predict COVID-19 from chest X-rays using a VGG16-based deep learning model. Fast, accurate, and deployed locally with a simple web interface

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors