GithubHelp home page GithubHelp logo

kaushikjadhav01 / covid-19-detection-flask-app-based-on-chest-x-rays-and-ct-scans Goto Github PK

View Code? Open in Web Editor NEW
123.0 7.0 80.0 408.79 MB

COVID-19 Detection Chest X-rays and CT scans: COVID-19 Detection based on Chest X-rays and CT Scans using four Transfer Learning algorithms: VGG16, ResNet50, InceptionV3, Xception. The models were trained for 500 epochs on around 1000 Chest X-rays and around 750 CT Scan images on Google Colab GPU. A Flask App was later developed wherein user can upload Chest X-rays or CT Scans and get the output of possibility of COVID infection.

Home Page: https://towardsdatascience.com/covid-19-detector-flask-app-based-on-chest-x-rays-and-ct-scans-using-deep-learning-a0db89e1ed2a

License: MIT License

Python 0.07% HTML 0.87% CSS 0.04% JavaScript 0.13% SCSS 0.61% PHP 0.01% Jupyter Notebook 98.28%
coronavirus corona covid-19 covid19 covid ct-scans chest-xrays xception inceptionv3 vgg

covid-19-detection-flask-app-based-on-chest-x-rays-and-ct-scans's Introduction

Kaushik Jadhav Cover

profile views Stack Exchange reputation GitHub followers Medium Linkedin followers Portfolio

My OrganizationsΒ  Github Stats GitHub Langs GitHub Streak Github Trophies kaushikjadhav01 wakatime stats Kaushik Jadhav's Dev Card kaushikjadhav01 activity graph

πŸ”— Links

portfolio resume linked-in github medium dev gmail codesignal google-scholar daily-dev google-devs stackoverflow

πŸš€ About Me

I am a Full Stack Developer with 4.5 yrs of engineering experience specializing in Backend, Dev-Ops and Cloud. I like doing cool things like exploring recent tools in the software industry, writing technical articles on Medium and participating in coding competitions. I have hands-on experience in developing large scale production level apps and my managers have always appreciated me for things like writing β€œefficient code”, taking ownership of other team's tasks and introducing new processes that helped achieve quality results faster.

  • I like to use my skills to support my team by automating existing manual processes or introducing new ones.
  • I enjoy constantly improving my knowledge base by exploring new tools or collaborating with other developers. This often facilitates ideas and discussions that have a significant impact on my team’s objectives.
  • I am a curiosity driven individual and a fast learner.
  • Applying my engineering skills to solve real life problems excites me.

πŸ› οΈ Skills

Programming Languages

icon
Python
icon
Java
icon
Javascript
icon
SQL
icon
C#
icon
Ruby
icon
PHP
icon
Kotlin
icon
Swift
icon
C
icon
C++
HTML
HTML
HTML
Typescript
dart
R
dart
Dart
dart
Go
dart
Scala
dart
Lua

Front-End Frameworks

icon
React
icon
Angular
icon
Wordpress
icon
Vue.JS
icon
GraphQL
icon
Three.JS
icon
Redux
icon
Bootstrap
icon
CSS
icon
Jquery
HTML
Tailwind
HTML
SASS

Back-End Frameworks

icon
Django
icon
Flask
icon
.NET
icon
Spring
icon
Ruby on Rails
icon
Node.JS
icon
Express.JS
icon
Laravel
icon
Nginx
icon
Redis
HTML
TensorFlow
HTML
PyTorch

Database

icon
MongoDB
icon
PostgreSQL
icon
MySQL
icon
SQLite
icon
Firebase
icon
SQL Server

Mobile App Development

icon
Android Studio
icon
Flutter
icon
React Native
icon
Dart

DevOps

icon
AWS
icon
Azure
icon
GCP
icon
Docker
icon
Kubernetes
icon
Jenkins

Design Tools

icon
Adobe XD
icon
Figma
icon
Blender
icon
Photoshop

Testing

icon
Jest
icon
Selenium
icon
PyTest
icon
Cucumber

πŸ… Achievements

  • πŸ₯‡ Received #1 and #2 prizes in hackathons held at IIT Bombay TechFest
  • πŸ“œ 40+ certifications from various learning platforms like LinkedIn, Udemy, Coursera
  • πŸ‘©πŸΌβ€πŸ’» 50+ project repos in Github
  • πŸ“ 10+ articles in Medium and Dev

πŸ“• Publications

  • πŸ“° Predicting NASDAQ and NSE Stocks using Machine Learning Algorithms: ARIMA, LSTM & Linear Regression IJRASET 2020 (03/2020)
  • πŸ“° Flask App for Real Time Sentiment Analysis of Tweets on NASDAQ and NSE Stocks IJRASET 2020 (03/2020)
  • πŸ“° Building and Hosting a Computer Vision API on AWS using an EC2 instance ELSEVIER 2019 (12/2019)
  • πŸ“° Implementation of private cloud based collaboration platforms: AWS Amazon VPC and own Cloud IJIRSET 2019 (08/2019)
  • πŸ“° Wireless Sensors in IoT based Smart Restaurant JASC 2019 (06/2019)

Watch my contribution graph get eaten by the snake 🐍

kaushikjadhav01 snake gif

covid-19-detection-flask-app-based-on-chest-x-rays-and-ct-scans's People

Contributors

kaushikjadhav01 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

covid-19-detection-flask-app-based-on-chest-x-rays-and-ct-scans's Issues

Missing file

Upload_ct.html is missing. Please upload the file.

Issues with Module Imports

It keeps shooting out an OS Error saying "OSError: SavedModel file does not exist at: models/resnet_chest.h5/{saved_model.pbtxt|saved_model.pb}"
The website just shows an internal server error.

Model is not loaded

when i load the model,i got this error
OSError: SavedModel file does not exist at: resnet_chest.h5/{saved_model.pbtxt|saved_model.pb}

please help me to resolve this error

Missing File

Two files missing in this repository upload_chest.html and upload_ct.html. Please update the repository.

Need help for add some class

I have a model with 4 classes : Normal, Covid, Lung Opacity and Pneumonia
how do i put the model in the app.py file

Need help

How can I give a personal X-ray image as input and check the model accuracy initially in the notebook

Overfitting

your models are very inaccurate , needs to be trained well and tuned , 90% of your supplied models are overfitting , also you provided an accuracy metrics to all your models which is totally not the real accuracy , it's just the training accuracy , when you calculate your real accuracy you should go for validation per epoch and testing accuracy , and that's totally impacted on your confusion matrices , i like your idea of using CTs and Xrays but i don't go with your training criteria it needs to be enhanced

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.