Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 961 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 961 Bytes

Chest X-Ray Reported In Seconds

This application analyzes Chest X-rays and detects 14 common lung conditions using CNNs.

Usage

  • Firstly, navigate to the link here: https://report-cxr-with-ai.streamlit.app/
  • To use the app, simply upload a chest X-ray image in JPEG, JPG, PNG, or GIF format on the app's homepage.
  • The app will then use a pre-trained deep learning model to analyze the image and detect any lung conditions present.
  • The results will be displayed on the screen.

Disclaimer

Note that this is a demo application and is not a replacement for a radiologist.

The results provided by the app should be used for informational purposes only, and should not be used to make medical decisions without consulting a qualified healthcare professional.

Credits

The app is inspired by Dr. John Zech's GitHub Repository and developed by Dr. Ashish Bamania.

Link to the original repository: https://github.com/jrzech/reproduce-chexnet