Giter VIP home page Giter VIP logo

covid-detection's Introduction

covid-detection

WomenWhoCode Hackathon Covid Detection and Antibiotic Resistance Prevention application.

The application can be found here.

To run the application clone the repository and follow these steps :

  1. Clone the repository to your local machine.
  2. Create a new python virtual environment.
  3. Got to the Deployment directory and open terminal.
  4. Run pip install -r requiremnts.txt to install the required dependencies.
  5. Run streamlit run app.py to run the application.

Dataset

[IEEE8023 GitHub Account] [Mendeley]

Model

Modeling and Deployment Tools

Modeling

  • AWS
  • AWS Sagemaker
  • AWS S3

WebAPI and Deployment Tools

  • Streamlit
  • Heroku

Project Demo

The project demonstrates the Covid Detection and Antibiotic Resistance Prevention application built into an interactive Streamlit app.

Main files description

Folder DataPreparation

  • Random Selection from ZhangLabData.ipynb
    Function: From thousands of ‘Normal’ and ‘Bacterial Pneumonia’ images in Mendeley, this code randomly selects 490 for each class for our project.
  • Dataset_Creation_Final.ipynb
    Function: It splits all images into training, test and validation sets using stratified random sampling in order to ensure that all sets come from a similar distribution.

Folder Modeling

  • SageMaker_Model.ipynb
    Function: It generates our model in AWS SageMaker.
  • densenet.hdf5
    Function: These are the pre-trained weights, obtained from the course 'AI for Medical Diagnosis', in Coursera.

Folder Deployment

  • model_architecture.json and model_weights.h5
    Function: These are our trained model files.
  • model_prediction.py
    Function: It generates predictions using our model for the X-rays uploaded in the streamlit application.
  • app.py
    Function: This is the main streamlit application that generates prediction for an uploaded X-ray image and also provide antibiotic resistance guidelines.
  • requirements.txt
    Function: It contains all the package versions used for deployment.

covid-detection's People

Contributors

ravibansal7717 avatar yasaminabbaszadegan avatar sofiapignataro avatar codepradosh avatar

Watchers

James Cloos avatar

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.