Found 29 repositories(showing 29)
sohamsshah
COVID-19 prediction by using Deep Convolutional Neural Networks trained on Xray Dataset. This model is based on VGG16 Transfer Learning Technique.
danielstankw
Image Classification (3 classes) using VGG-16 Deep Learning Model
DEALTALFA
Detection of COVID-19 From Chest X-Ray Images Using Machine Learning
Master's degree thesis , focuses on detecting bone fractures using an ensemble deep learning model combining VGG16, DenseNet, and ResNet50.
No description available
Uses VGG16 model to predict Covid19 from chest XRay images
ramneekkaur05
In this image classification model , I am using PyTorch and pretrained VGG16 model, to train my model to classify weather the XRay image is 'NORMAL' or of 'PNEUMONIA' patient.
Pranav63
This is an *educational* repo, just to try hands on, how to detect a covid +ve case from a Xray image. Implemented using TF, using VGG16 as the model for transfer learning.
146790g
No description available
Priyanshu8499
No description available
iAkshita
VGG-16 architecture model applied on a chest xray dataset from kaggle.
livingMabhijit
Image classification using vgg16 and deep learning
manara222
No description available
AbdUllahMohammedIsmail
No description available
CodeReview26
No description available
asfsha
No description available
vsharma142004
Deep learning pneumonia detection from chest X-ray images using VGG16 transfer learning with TensorFlow and Streamlit deployment.
rahimakk
No description available
No description available
Classification of chest xray images into two categories using VGG16.
yatin-kundra
detecting pneumonia from patients xray using transfer learning using vgg16 model
Comparing ResNet 50 to VGG16 and Inception models for Pneumonia detection in xRay images
kwerondaa
Using chest xray images to detect pneumonia. This is a follow through case study using VGG16 CNN
SaisheshankGaddam
Covid is deected using the CTScans and XRays by the dataset. ResNet, VGG16 and CNN are the algorithms used. Best fit is by using CNN for this model.
RizkiHaleemdeen
Here we have used Deep learning models VGG16 and Inception V3 to do the classification of two datasets (Birds Species and Chest Xrays to classify Pneumonia) . A comparison between the two models is also done
PujaChaudhari
Pneumonia Detection with Chest X-Ray images.Image classification built on top of VGG16 pre-trained model using Tenserflow and Keras. I have collected this dataset from kaggle "https://www.kaggle.com/paultimothymooney/chest-xray-pneumonia".
Sarder-Tanvir-Ahmed
This is a thesis project done with using reznet50, vgg16 and alexnet models with TensorFlow and Pytorch. We are training them with over 1600 images of covid and normal Chest Xrays. Dataset from : https://www.kaggle.com/datasets/tawsifurrahman/covid19-radiography-database
rahul-chakraborty
Computational flu or COVID-19 anticipator and prescriber. Dataset link :- https://www.kaggle.com/bachrr/covid-chest-xray. We created a deep learning model based on VGG16 architecture to make a classifier that classifies chest Xrays into two categories (COVID positive and COVID negative). Then Used the outcome of the classifier to Prescribe CDSCO certified drugs which are widely available in the Indian market.
ahmedhisham73
This project is made from collecting knee digital xrays dateset to classify the state of the knee whether its normal state knee , doubtful state knee , mild state knee ,moderate state knee and severe state knee . -The initialization of the project starts by downloading the dataset digital knee xrays from mendeley which is available throughout this link : https://data.mendeley.com/datasets/t9ndx37v5h/1. -After exploring dataset we found that the dataset contains 5 main classes for knee state classification those 5 classes are : normal knee state , Doubtful , mild ,Moderate and severe knee classes -Fortunately the image data is cleaned it just needs resizing to size 224x224 in order to be used in more advanced CNNs such as VGG16 , MobileNet ... so on . -After Model training we need to save the model in Model saved format to be used later in deployment scenarios
All 29 repositories loaded