- Get your OpenAI API key from here.
- Create a
.envfile and export it in the format of `OPENAI_API_KEY="ADD YOUR KEY HERE" - Install dependencies with
pip3 install -r requirements.txt - Invoke the summarizer with
python3 summarize.py <URL to document>
.env file and export it in the format of `OPENAI_API_KEY="ADD YOUR KEY HERE"pip3 install -r requirements.txtpython3 summarize.py <URL to document>