Skip to content

FransDroid/radcare_assistant

Repository files navigation

RadCare Assistant

Description

RadCare Assistant is a tool that helps analyze chest X-ray images using machine learning. It can detect various conditions from X-ray images and provide quick analysis to support healthcare professionals.

Main Features

  • Upload and analyze chest X-ray images
  • Automated detection of common chest conditions
  • User-friendly interface for medical professionals
  • Secure storage of analysis results

Data Source

RadCare Assistant was inspired by and trained on the NIH Chest X-ray Dataset, a large publicly available dataset of chest X-ray images provided by the National Institutes of Health. This dataset consists of over 100,000 anonymized chest X-ray images with corresponding medical annotations, making it an invaluable resource for developing machine learning models for medical image analysis.

Installation

  1. Make sure you have Docker installed on your computer
  2. Clone this repository
  3. Build the Docker image:
    docker build -t radcare_assistant .
    
  4. Run the container:
    docker run -p 8000:8000 radcare_assistant
    

Basic Usage

  1. Open the application in your web browser at http://localhost:8000
  2. Upload a chest X-ray image
  3. Wait for the analysis to complete
  4. View the results and recommendations

Requirements

  • Docker
  • Internet connection for initial setup

Demo

Demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published