Clarity on Requirement #2
Replies: 1 comment 6 replies
-
Hi @dipak101505, The project is more of an "enabler" for machine learning, rather than building the AI models. Your understanding is largely correct. While you can handle the "Analyze DICOM files" options that you have listed, those are not mandatory outcomes of the project. The project should just make such executions possible. That means, if I have an algorithm (written in Matlab) that can run on DICOM images, can you provide an interface (a simple implementation) that can function as a wireframe to hook my ML functionality? For example, https://github.com/Emory-HITI/Niffler is a DICOM framework in Python. Can we have a similar implementation in/for Matlab? Does that explain better? |
Beta Was this translation helpful? Give feedback.
-
Hi @pradeeban ,
I'm Dipak Agarwal, an IIT Kgp graduate with over a year of experience working on cloud PACS. I'd like to discuss the project's problem statement to ensure clarity.
My understanding:
The project explores connecting a PACS system with an AI model (built in MATLAB) to process and triage DICOM files. The AI model would:
Analyze DICOM files: Generate heatmaps, outlines, and bounding boxes.
Send the response: Forward the processed data (including annotations and their probabilities) back to the PACS.
Confirmation and next steps:
Confirmation: Please confirm if my understanding of the problem statement is correct.
Coding challenge proposal: Could you provide guidance on what I can propose for the coding challenge related to this project? Should I write matlab code to analyze dcm file?
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions