Medical Transcription Analysis (MTA) demonstrates how the integration of Amazon Comprehend Medical and Amazon Transcribe Medical can be used to transcribe audio data, extract key medical components and tag the data to their corresponding entities. Automating the medical transcription and comprehension process makes it easier for health care professionals to focus on patient care.
react-scripts does not support node-sass vs 6.0, which is needed for node v16.x. This PR switches to sass, which is supported by react-scripts and runs on node 16.x. This raised some deprecated SCSS errors, which were fixed.
Also adds the husky installation script so that users don't get an error message when they try to make a new commit.
react-scripts
does not supportnode-sass
vs 6.0, which is needed fornode
v16.x. This PR switches tosass
, which is supported byreact-scripts
and runs onnode
16.x. This raised some deprecated SCSS errors, which were fixed.Also adds the husky installation script so that users don't get an error message when they try to make a new commit.