/Summarize-with-ChatGPT

Summarize-with-ChatGPT

Primary LanguageJupyter Notebook

Summarize-with-ChatGPT

This project is used to create a summary of the pdf based on ChatGPT API. Please be aware that ChatGPT API is not free.

There are 2 Way to run the code:

Google Colab

This is the simple way to run the code without install anything into your machine. Just click link below to run the code on google colab.

Open In Colab

Local Machine

1. Create new environment

conda create -n openai python=3.9

2. Activate the environment

conda activate openai

3. Clone this project

git clone https://github.com/2black0/Summarize-with-ChatGPT
cd Summarize-with-ChatGPT

4. Install libraries

pip install -r requirements.txt

5. Run Jupyter

jupyter lab