Coder Social home page Coder Social logo

pneumonia-detection's Introduction

Zoidberg 2.0

Installation

  1. Clone the project and go into

    git clone [email protected]:EpitechMscPro2020/zoidberg2.0_2020_35.git
    cd zoidberg2.0_2020_35
  2. Download the dataset and place chest_Xray folder at the repository root.

  3. Create python environment. You must have venv or conda on your machine

    # venv
    python3 -m venv env
    # or with conda
    conda create -n env python=3
  4. Install dependencies

    source env/bin/activate
    pip install --upgrade pip
    pip install -r requirements.txt
  5. Launch jupyter web browser

    jupyter-notebook

Notebooks

  1. Dataset
    • Prepare data before training, it is mandatory before execution of another notebook
    • It will create a new file dataset.hdf5
  2. CNN
    • Train AI on previous created dataset with CNN model

Binary

We made a GUI to use our already trained model in ./model/cnn. You just need to upload image with upload button. The GUI will show the classification label and her prediction accuracy

Doesn't need notebooks execution or any dataset

You must have enabled the virtual env (goto installation 2.)

python prgm/ui/main.py

pneumonia-detection's People

Contributors

gabrielhamel avatar

Watchers

 avatar  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.