Skip to content

A React based web app which takes in doctor's notes as input from the user and uses OpenAI's API to query user input and generate appropriate prescription with proper medicine and dosage.

Notifications You must be signed in to change notification settings

mihir224/prescription-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prescriptify

React-based web app using OpenAI's API to generate medical prescriptions from user input, dynamically populating a template with JSON data. Streamlines prescription creation for healthcare professionals.

I've used jsPdf to generate the pdf and the html2canvas package to convert the html with the prescription template to an PNG format so that it can be added as an image in the generated pdf.

Sample Prescription

To run the project locally

Clone the repo

git clone https://github.com/mihir224/prescription-generator

In the project directory, run

npm start

To run the app in the development mode

Open http://localhost:3000 to view it in your browser.

About

A React based web app which takes in doctor's notes as input from the user and uses OpenAI's API to query user input and generate appropriate prescription with proper medicine and dosage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published