Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 585 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 585 Bytes

A Pneumothorax Segmentation web application made with Gradio

A Cardio Web Application that allows users to upload scans of the chest to the app, which returns an image with a segmented mask of the Pneumothorax tumor.

Example

Installation

Clone the repository

git clone https://github.com/tanwiraabideen/pneumothorax-segmentation

Navigate to the project directory

cd pneumothorax-segmentation

Install the requirements (Virtual env reccomended)

pip install -r requirements.txt

Run the app

python app.py