Skip to content

Develop a Consult Letter Generation Function for Medical Reports using Chatgpt

License

Notifications You must be signed in to change notification settings

akhilsaivenkata/PromptEngineering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PromptEngineering

This application generates a Consult Letter for Medical Reports using OpenAI LLM model

  1. Install Python libraries via pip install -r requirements.txt
  2. Create a virtual environment if there are any conflicts with dependencies.[execute python3 -m venv env and source env/bin/activate cmds]
  3. Please make sure you have a working API_KEY and replace that in the project wherever required.
  4. Execute the consult_letter.py file on the terminal to see the output.
  5. Execute with python consult_letter.py command
  6. You can give new patient data as input parameters to the model to get the desired output
  7. Run tests with python -m pytest .
  8. You can also extend no.of test cases to the existing test file.

If you have any questions regarding the project, please contact

Special thanks to my professor Sukhjit Singh Sehra for guiding me with this project

About

Develop a Consult Letter Generation Function for Medical Reports using Chatgpt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages