Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 321 Bytes

File metadata and controls

6 lines (5 loc) · 321 Bytes

Usage

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