A web-based renderer for DICOM files in 2D and 3D.


-
Clone the repository:
git clone https://github.com/your-username/medical-scan-visualizer.git cd medical-scan-visualizer
-
CD into the 'src' directory:
cd src
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000
to view the application. -
Click
Upload Folder
and choose a folder that contains one or more DICOM files. The files must be in order alphabetically (numbering recommended).
The project contains no example data, however, you can download data here
- 2D and 3D rendering of DICOM files.
- User-friendly interface for medical professionals.
- Cross-platform compatibility.
Contributions are welcome! Please fork the repository and submit a pull request.