Python/django app design
dallasdisabi...@gmail.com
dallasdisabilityattorney at gmail.com
Tue Nov 2 09:22:26 EDT 2021
I am seeking to create a django application. The user would upload a text file that includes medical records and other unstructured data. I want to create a word document report based upon the information in the files.
A key feature is to look for specific predefined text. So with regard to medical records, I want to zero in a MRI, or X-results. Is this in the area of machine learning? Or am a creating a database of terms like "MRI", etc, that I want to scan for ?
More information about the Python-list
mailing list