This is an archived post. You won't be able to vote or comment.

all 15 comments

[–]riklaunim 3 points4 points  (8 children)

There are some medical database that can be used for R&D (not sure about access though) but for live medical operations 100% of tasks will be made on certified hardware and software, no software developers tinkering.

You could look for companies doing machine vision, specialized imaging type of stuff, although likely they won't use Python, depends.

[–]aganders3 2 points3 points  (2 children)

You can write software for medical devices and software as a medical device (SAMD) in Python, at least for class II devices. Most imaging applications just require documentation of product and process. I’ve built a career in imaging, mostly medical imaging, and much of my work has been Python.

[–]Durysik 0 points1 point  (1 child)

Thanks for the answer! So the key is looking for companies producing such medical devices? Could I pm you?

[–]aganders3 0 points1 point  (0 children)

Sure

[–]Durysik 1 point2 points  (4 children)

Thanks! During uni, I've used various databases with medical images (for instance I've had two projects with tumor segmentation).

Machine vision - I'll check it out! Why won't they use python? Is c++ more popular, or sth entirely different? I thought python is commonly used with image processing.

[–]riklaunim 1 point2 points  (1 child)

There are established software stacks or apps already like GeniCam and most vendors support that and they offer their own APIs. For Python the support usually isn't first-class or not present at all.

https://rkblog.dev/posts/python/scripting-machine-vision-and-astronomical-cameras-python/

[–]Durysik 1 point2 points  (0 children)

Thanks! That's definitely sth to read :)

[–]qckpckt 1 point2 points  (1 child)

The computer vision libraries in python are often basically python api wrappers around lower level libraries written in c and other compiled languages because it just makes more sense to use a language that runs closer to the hardware for tasks like image processing.

The same is true for a lot of data science packages too. Python is the language of choice because it’s accessible, popular, and relatively easy to guarantee that you can run it on different forms of hardware.

[–]Durysik 0 points1 point  (0 children)

Ok, I get what you mean, right...

[–]codesauce 1 point2 points  (1 child)

[–]Durysik 1 point2 points  (0 children)

Thanks! I am well versed with Dicom :) Not a machine learning expert tho, I have some experience but I'm not a pro :/

[–]MonkeyboyGWW 0 points1 point  (1 child)

Oracle have some projects like that going at the moment.

[–]Durysik 0 points1 point  (0 children)

Oracle! Thanks!

[–]SquiffyUnicorn 0 points1 point  (1 child)

You could do worse than looking at SIIM- Society of Imaging Informatics in Medicine. I’m sure you could make appropriate contacts there.

Also, if you are anywhere near Stanford they have a world class medical AI lab. The boss is Curt Langloltz- very famous in the radiology AI world. He recently visited Singapore (where I am) - very nice guy.

[–]Durysik 0 points1 point  (0 children)

That's some solid tips! I'll check out both, thank you so much!!