Skip to content

Latest commit

 

History

History
75 lines (40 loc) · 2.09 KB

README.md

File metadata and controls

75 lines (40 loc) · 2.09 KB

Health Lab

Health Lab

Table of Contents

Introduction:

We propose to implement a deep-learning framework that will segment the affected part of the brain in the MRI scans along with predicting severity of the alzheimer's disease.

We are going to deploy the model with simple interactive user interface - Health Lab on web platform.

Our presentation and demo_video

Training

  • For Classification:

    Open In Colab

  • For Semantic Segmentation:

    Open In Colab

Results

Installation

Fork this repository.

Then move to the desired directory in your PC and type in the terminal

git clone https://github.com/chetanpandey1266/FallFest-VWXYZ.git

cd web_app_with_ml_backend

pip install -r requirements.txt

Now your webapp is ready to run on your localhost😄

To run the web app

python app.py

This will run your site on localhost

How_to_Use

For demo refer this video