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.
MIT No Attribution
78
stars
34
forks
source link
Fix installation by removing preinstall script #45
Description of changes:
The recently added preinstall script is only valid for npm but the project uses yarn, breaking the installation process. The purpose of this script is to mimic what yarn does with the resolutions field without the need of the preinstall script.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available:
Description of changes: The recently added preinstall script is only valid for
npm
but the project usesyarn
, breaking the installation process. The purpose of this script is to mimic whatyarn
does with the resolutions field without the need of the preinstall script.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.