Clinical documentation maker with help of AI
Generates clinical documentaion for a patient in PDF format from speech with the help of Google's SpeechRecognition, ChatGPT and fpdf module. Made for Parippuvada Hackathon conducted by GDSC CET. We created this project with the help of Google Colabs
As healthcare is a very sensitive topic, AI at its current capabilities cannot be trusted to make important decisions like medicine prescription, diagnosis of disease, etc. as each and every decision should be minutely taken care of. This leaves us with how we can improve the lifestyle and overall effectiveness of medical professionals. Clinical Documentation is a sort of data entry process which takes up a lot of time of the professionals and AI can be really beneficial in this not-so-sensitive topic by reducing the workload of individuals. Our program is designed in a manner where the only requirement is that the professional recites the patient's details to the microphone which captures the audio and the output is a printable pdf file.
You have to generate an API key to use the ChatGPT API. Please generate it on your account page and set it on the Project Settings page (Edit > Project Settings > AI Command > API Key).
- Jupyter
https://jupyter.org/install - Gradio module
pip install gradio
- OpenAI module
pip install openai
- pyChatGPT
pip install pyChatGPT
- fpdf
pip install fpdf
- SpeechRecognition
pip install SpeechRecognition
Distributed under the Apache License, Version 2.0. See LICENSE.txt
for more information.
- A. Manek Krishna
- Anumodh M
- Gokul Bejoy
- Jonahs George