Follow these steps to run the Agent:
-
Clone the repository:
git clone https://github.com/onismn/Health-Report-Script cd Health-Report-Script -
Set up the environment: Ensure you have Python 3.11.0 to 3.11.2 installed. Then, install Poetry if you haven't already:
pip install poetry -
Install dependencies:
poetry install -
Set up your API keys: Create a
.envfile in the project root and add your API keys:OPENAI_API_KEY=your_openai_api_key_here -
Run the application:
poetry run python main.py -
Follow the prompts: When prompted, enter the file path to your blood test report PDF.
-
Review the results: The program will output a script based on the blood test results.