It is very simple Web Application for doctors, which takes voice input that doctor ask their patient and and produces a Prescription.
This Application first ask doctor to login or sign up.
After Login it redirects to Doctor's Dashboard where doctor can see his/her Details. Doctor then can upload her/his digital signature we will be used in prescription.
Doctor can also search for patient record by entering her/his name and their prescription can be accessed by Doctor.
On clicking + button Doctor will redirect to form page where doctor gives voice input for different fields.
On submiiting, a prescription is created and uploaded on doctor's Google Drive and Creates QRCode show it on next screen for patient.
Patient can now Scan the Qr Code for downloading his/her Prescription.
How to run it ?
Clone the repo:
$ cd VoiceCription
$ python install -r requirements.txt
$ python manage.py runserver 3000Additionally for installing PyAudio, you have to install a package i.e.
$ pip install pipwin
$ pipwin install pyaudioTo upload and extract prescription, I have used Google Drive API. To continue with this API, secret-credentials which you can download from login into Developer Console. After downloading your own credentials place in this directory with name client_secrets.json.
├───assets
├───datafiles
├───media
│ └───images
├───Voice
│ ├───migrations
│ │ └───__pycache__
│ ├───templates
│ │ └───Voice
│ └───__pycache__
└───VoiceCription
└───__pycache__Feel free for requesting PRs to contribute or any modification.








