This repository contains code and resources for automating medical chart documentation using AI. The project aims to streamline the process of medical documentation for doctors by generating structured medical charts from patient transcripts.
main.py
: The main script to run the project.recording_convert.py
: Script to convert audio recordings into text format.text_summary.py
: Script to summarize the transcribed text into a medical chart format.output.txt
: Sample output text of a medical conversation transcript.prompt.txt
: Instructions and prompt format for generating the medical chart documentation.
-
Recording Conversion:
- Use the
recording_convert.py
script to convert audio recordings into text format. - Command:
python recording_convert.py <input_audio_file>
- Use the
-
Text Summarization:
- Use the
text_summary.py
script to summarize the transcribed text into a medical chart format. - Command:
python text_summary.py <input_text_file>
- Use the
-
Running the Main Script:
- The
main.py
script ties everything together, allowing you to process audio recordings directly and obtain the medical chart documentation. - Command:
python main.py <input_audio_file>
- The