This application generates a Consult Letter for Medical Reports using OpenAI LLM model
- Install Python libraries via
pip install -r requirements.txt
- Create a virtual environment if there are any conflicts with dependencies.[execute
python3 -m venv env
andsource env/bin/activate
cmds] - Please make sure you have a working API_KEY and replace that in the project wherever required.
- Execute the consult_letter.py file on the terminal to see the output.
- Execute with
python consult_letter.py
command - You can give new patient data as input parameters to the model to get the desired output
- Run tests with
python -m pytest .
- You can also extend no.of test cases to the existing test file.
If you have any questions regarding the project, please contact
- Sai Venkata Akhil Ammu - ammu4580@mylaurier.ca
- Sukhjit Singh Sehra - ssehra@wlu.ca
Special thanks to my professor Sukhjit Singh Sehra for guiding me with this project