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.
Description of changes:
Adds linting and formatting on commit using eslint and prettier respectively.
The dependencies added that are related to eslint were already implicitly being installed through react-scripts but are now explicitly declared as we are working with them directly.
Also removes temp.js, a file that isn't being used anywhere and has lots of lint errors.
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: Adds linting and formatting on commit using
eslint
andprettier
respectively.The dependencies added that are related to
eslint
were already implicitly being installed throughreact-scripts
but are now explicitly declared as we are working with them directly.Also removes
temp.js
, a file that isn't being used anywhere and has lots of lint errors.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.