Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yjg30737 committed Nov 3, 2023
1 parent b8f6cdc commit 1552f60
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,28 @@
# pyqt-dicom-viewer
DICOM file viewer powered by PyQt

Just a simple version of DICOM file viewer.

Not as good as mydicom viewer or anything like that :)

I got sample DICOM files for this small project in this <a href="https://www.rubomedical.com/dicom_files/">site</a>

## What is DICOM file
DICOM (Digital Imaging and Communications in Medicine) file is a standard format for storing and transmitting medical images.

DICOM files are used extensively in various medical imaging equipment and software.

Such as CT, MRI. That monochrome frames in the computer of the doctor's office you know :)

## Requirements
* PyQt5 >= 5.14
* pydicom

## How to Install
1. git clone ~
2. pip install -r requirements.txt
3. python main.py

## Preview
![image](https://github.com/yjg30737/pyqt-dicom-viewer/assets/55078043/65ef86d0-9f28-4169-ab16-7793e1cabd1d)

0 comments on commit 1552f60

Please sign in to comment.