AI Enabled Medical Prescription Generator using Google Web Speech API.
OBJECTIVE: To develop an AI enabled medical PDF prescription generator using Automatic Speech Recognition to speed up the medication process.
In general scenarios, doctors prescribe medications to a patient using medical prescription slips. Keeping in mind the long queue of patients expecting to be treated/examined early, the major disadvantage of using prescription slips is wastage of paper, energy and time. And of course, with due respect, the horrible handwriting of doctors!!
Therefore, I've used the speech-to-text conversion algorithm to automate the process with SpeechRecognition using Google Web Speech API to help the physicians quickly deal with the patient's medication by simply speaking out the required drug names and usage details. This way the entire process will become smooth, faster and transparent as the patient & pharmacists also get to understand what medications the patient has been assigned.
Install the following modules through terminal:
pip install SpeechRecognition
pip install pipwin
pip install PyAudio
pip install pyttsx3
pip install fpdf
- Saves time and energy.
- Deals with illegible handwriting.
- Saves tonnes of paper.
- Efficient medical workflow.